Hi, I'm using Apache HttpClient 4.1 version to make http calls to the access REST API's exposed on the internet. But internet is accessible through the corporate proxy server. Proxy server has NTLM authentication enabled and all the applications (IE and Firefox) work fine without prompting the user for username and password. IE is able to use current logged in user's domain credentials.
When I run my Java application HttpClient throws 407. How can we enable HttpClient to use the currently logged on domain user credentials. I don't want the user to enter username and password once they have logged in to the computer. Note: I am able to connect the REST API server if I pass the domain credentials manually. Thanks in Advance. -Nitin -- View this message in context: http://old.nabble.com/Authenticate-Proxy-using-currently-logged-on-user-domain-credentails-tp32873479p32873479.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
