On Tue, 2007-09-04 at 14:01 -0700, Srihttp wrote: > Roland, > > This issue is bit different which is not addressed by documentation. My > application uses java web start and the proxy authentication works fine with > java url connection. Now when I switched to HttpClient, some how these > credentials are lost. Even setting them explicitly using credentials and > host configuration is not working. I am wondering, is there any way solve > this for this problem. > Thanks, > Sri >
Sri, Post a context/wire log of the HTTP session if you expect any further help http://jakarta.apache.org/httpcomponents/httpclient-3.x/logging.html Oleg > > Roland Weber-3 wrote: > > > > Hello Sri, > > > > you should find our Authentication Guide helpful: > > http://jakarta.apache.org/httpcomponents/httpclient-3.x/authentication.html > > > > Make sure you know _what_ authentication mechanism the > > proxy requires, and to supply the appropriate type of > > credentials. In particular, NTLM authentication requires > > NTCredentials. > > > > cheers, > > Roland > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
