RE: How do I get passed my NT Proxy?

2003-09-29 Thread Kalnichevski, Oleg
PROTECTED] Sent: Thursday, September 25, 2003 7:40 PM To: Commons HttpClient Project Subject: Re: How do I get passed my NT Proxy? Yes, this is definitely the problem. I haven't looked at the code to verify, but is it possible that the connection: close from the first request is being reused

How do I get passed my NT Proxy?

2003-09-25 Thread Rustad, Aaron
OK, I know this questioned has been asked many times, and I am afraid that I have to ask once more. I have looked through the archived mailing list, and investigated the JavaDocs, but I just can't get it to work. If I can get this figured out with your help, I promise to put an end to NTML

FW: How do I get passed my NT Proxy?

2003-09-25 Thread Rustad, Aaron
OK, I know this questioned has been asked many times, and I am afraid that I have to ask once more. I have looked through the archived mailing list, and investigated the JavaDocs, but I just can't get it to work. If I can get this figured out with your help, I promise to put an end to NTML

RE: How do I get passed my NT Proxy?

2003-09-25 Thread Rustad, Aaron
Looks like the mail list removes attachments...it can be viewed here: http://www.anassina.com/~arustad/httpclient.jpg -Original Message- From: Rustad, Aaron Sent: September 25, 2003 9:33 AM To: '[EMAIL PROTECTED]' Subject: How do I get passed my NT Proxy? OK, I know this questioned

Re: How do I get passed my NT Proxy?

2003-09-25 Thread Michael Becke
Hi Aaron, Is 'comp.com' the name of the NT domain where the account 'username' is defined? The domain given to NTCredentials should be a NT domain name. Mike Rustad, Aaron wrote: OK, I know this questioned has been asked many times, and I am afraid that I have to ask once more. I have looked

RE: How do I get passed my NT Proxy?

2003-09-25 Thread Kalnichevski, Oleg
[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. ...^

RE: How do I get passed my NT Proxy?

2003-09-25 Thread Rustad, Aaron
. -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: September 25, 2003 11:24 AM To: Commons HttpClient Project Subject: Re: How do I get passed my NT Proxy? Aaron, Please try using preemptive authentication. client.getState().setAuthenticationPreemptive(true); Mike Rustad

Re: How do I get passed my NT Proxy?

2003-09-25 Thread Michael Becke
Yes, this is definitely the problem. I haven't looked at the code to verify, but is it possible that the connection: close from the first request is being reused? Mike Kalnichevski, Oleg wrote: [DEBUG] wire - - HTTP/1.1 407 Proxy authentication required[\r][\n] [DEBUG] wire - -