Supplying Credentials only when needed.

2004-05-18 Thread Russell, Brian
I am using http client 2.0 I have managed to use the NTCredentials to successfully authenticate with an NTLM proxy, by providing the credentials to the HttpState Credentials proxyCred = new NTCredentials(loggedInUserName,userPassword,,domainName);

NTLM credentials.

2004-03-22 Thread Russell, Brian
Hi, I am attempting to use the httpClient component to authenticate on a proxy which uses NTLM authentication. I have managed to use it successfully, but only when I explicitly provide the data for the NTCredentials for the HttpClient.getState().setProxyCredentials(). In JDK 1.4.2, if I use