Oleg, Sorry for replying to this old post. But I am facing the same problem when use http client.
Java URLConnection can use the credential of current logged-on user to access the protected web resource in remote machine which is in same domain. But http client can't, I have to add a NTCredential via httpclient.getCredentialsProvider().setCredentials which is impossible in product environment as the application has to ask user for this information. So I am wondering whether there is a way to do this now via httpclient? Thanks... -- View this message in context: http://httpcomponents.10934.n7.nabble.com/Authenticate-Proxy-using-currently-logged-on-domain-user-s-credentials-tp11338p19712.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]
