On Tue, 2011-11-29 at 16:50 -0800, Nitin Arora wrote: > Hey guys, > > It's been a week now, no replies so far. > > Oleg, Do you have any suggestions for the problem that I'm facing or any > pointer on how to achieve integrated user authentication? >
Using Native Windows Security API through JNI. Oleg PS: this issue has been beaten to death on so many occasions that it is no longer funny. > > > Nitin Arora wrote: > > > > 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
