On 12.9.2014 14:09, Harri T. wrote:
> I captured network traffic when accessed with IE:
> 
>    IE                                        IIS
> 1 |--------------- GET /path --------------->|
> - |<--- 401, WWW-Authenticate: Negotiate ----|
> 2 |------ GET /path, NTLMSSP_NEGOTIATE ----->|
> - |<-------- 401, NTLMSSP_CHALLENGE ---------|
> 3 |--------- GET /path, NTLMSSP_AUTH ------->|
> - |<--------------- 200, OK -----------------|
> 
> Then I captured traffic when accessed with HttpClient and the requests 
> 2 and 3 aren't send at all.

Hi! Does HttpClient support NTLMSSP? If it does not, do you know some 
other Java library supporting NTLMSSP?

Harri

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to