[DEBUG] wire - -<< "HTTP/1.1 407 Proxy authentication required[\r][\n]"
[DEBUG] wire - -<< "Proxy-Authenticate: NTLM <...>=[\r][\n]"
[DEBUG] wire - -<< "Content-Length: 503[\r][\n]"
[DEBUG] wire - -<< "Content-Type: text/html[\r][\n]"
...
[DEBUG] HttpMethodBase - -Should forcefully close connection.
...^
   +-------------------------------- That is it

[DEBUG] HttpMethodBase - -Execute loop try 3
[DEBUG] HttpMethodBase - -Opening the connection.
...
There's something in the proxy's response that prompts HttpClient to force close the 
connection to the proxy, and that, of course, messes up NTLM authentication. The 
problem is that there's nothing in the log that could shed light as why HttpClient 
thinks it should drop the connection.

Folks, any idea?

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to