Posted By:
Stephen_Ostermiller
Posted On:
Friday, April 5, 2002 07:05 AM
Microsoft proxy servers use the
NTLM authentication scheme. I no of no java libraries that will do this for you.
Otherwise, most proxies use basic authentication. I don't know if URLConnection does this for you or not by setting http.proxyPassword. If not you can easily do it yourself by following the Base64 example. Just change Authorization to Proxy-Authorization.