NTLM with HttpClient code of apache
When I try to access a url via HttpClient (of Apache) and the url is going via a proxy which needs NTLM authentication, this fails. I have looked around on the net. I do not want the user to be prompted for his password. Is there a way where I can get the logged in user's hashed password which I can then pass it on for the NTLM challenge. I know that HttpURLConnection works transparently.
Thanks in Advance