RE: proxy authentication

2004-05-11 Thread Kalnichevski, Oleg
02 To: 'Commons HttpClient Project' Subject: RE: proxy authentication The log msg is attached. The program waits for a while after "Proxy-Connection: Keep-Alive" line and throws a 504 error (connection time out). lili Thanks. -Original Message- From: Michael Becke [mail

RE: proxy authentication

2004-05-10 Thread Lili Liu
-Original Message- From: Lili Liu [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 10:02 AM To: 'Commons HttpClient Project' Subject: RE: proxy authentication The log msg is attached. The program waits for a while after "Proxy-Connection: Keep-Alive" lin

RE: proxy authentication

2004-05-10 Thread Lili Liu
nt Project Subject: Re: proxy authentication Hi lili, It sounds like an internal problem with the proxy server, but it's difficult to tell. If you post a wire log <http://jakarta.apache.org/commons/httpclient/logging.html> we should be able to get a better idea of what's happen

Re: proxy authentication

2004-05-09 Thread Michael Becke
i Liu wrote: My proxy authentication code (basic host) works well unless I ran it on a special IP address. The internet traffic on this special IP has to go through a proxy server (The same proxy I used in the code). In another word, if I access internet using a browser, I have to specify a va

proxy authentication

2004-05-09 Thread Lili Liu
My proxy authentication code (basic host) works well unless I ran it on a special IP address. The internet traffic on this special IP has to go through a proxy server (The same proxy I used in the code). In another word, if I access internet using a browser, I have to specify a valid proxy server

RE: HTTP/1.1 407 Proxy authentication required

2003-12-05 Thread Kalnichevski, Oleg
PROTECTED] Sent: Friday, December 05, 2003 13:32 To: Commons HttpClient Project Subject: RE: HTTP/1.1 407 Proxy authentication required Oleg, I am using basic authentication type of proxy. Could you please tell me what is this "complete wire log of the HTTP session". I am relatively new to

RE: HTTP/1.1 407 Proxy authentication required

2003-12-05 Thread rohit gupta
ssion, I would probably be able to tell you more. > >Oleg > >-Original Message- >From: rohit gupta [mailto:[EMAIL PROTECTED] >Sent: Friday, December 05, 2003 08:44 >To: Commons HttpClient Project >Subject: HTTP/1.1 407 Proxy authentication required > > >Hello there, &

RE: HTTP/1.1 407 Proxy authentication required

2003-12-05 Thread Kalnichevski, Oleg
Project Subject: HTTP/1.1 407 Proxy authentication required Hello there, I am exploring HttpClient and its capability and I am a newly join member for this mailing list. I am trying to get a resource using HttpClient. My network does have a proxy. My code looks like following. HttpClient

HTTP/1.1 407 Proxy authentication required

2003-12-05 Thread rohit gupta
y tried to authenticate with '172.18.1.1' authentication realm at 172.18.1.1, but still receiving: HTTP/1.1 407 Proxy authentication required HTTP/1.1 407 Proxy authentication required Somebody please let me know the reason and the probable solution. Warm Regards, Rohit __

Re: [PATCH] Proxy authentication realm problem

2003-08-14 Thread Michael Becke
Looks good to me. Mike On Thursday, August 7, 2003, at 04:10 PM, Oleg Kalnichevski wrote: The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM

Re: [PATCH] Proxy authentication realm problem

2003-08-08 Thread Ortwin Glück
I assume the patch is going into branch and head. Okay with me. Odi Oleg Kalnichevski wrote: The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM

[PATCH] Proxy authentication realm problem

2003-08-08 Thread Oleg Kalnichevski
The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM authentication does not support the concept of authentication realm as defined in RFC2617

RE: NTLM Proxy Authentication

2003-02-18 Thread Shahbaz Khalid
Hi Adrian, Here is the code I am using at the moment... (I hope you can put it in notepad and see if the tabs are ok) System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog"); System.setProperty("org.apache.commons.logging.simplelog.showdatetime

RE: NTLM Proxy Authentication

2003-02-17 Thread Shahbaz Khalid
Hello Adrian, A very informative message indeed, my thanks to you ! I will digest this information and see what can be done further - I don't have the code at home, and I will have to work with it tomorrow at office (as I do not have a proxy server at home, I've got XP and couldnt get any of the M

RE: NTLM Proxy Authentication

2003-02-17 Thread Adrian Sutton
27; (NTCredentials actually extends UsernamePasswordCredentials so you can use NTCredentials right throughout your application if need be). 2. Proxy authentication information is added and stored separately to regular authentication information, so you need to call setProxyCredentials(String realm, Credentials cre

NTLM Proxy Authentication

2003-02-17 Thread Shahbaz Khalid
Hello, Sorry about the previous empty message - need more coffee :) Anyways, I am trying to authenticate with an NTLM Proxy server, and have been successful in doing so. But, not without a catch. Firstly, I am getting an exception (Connection closed by peer) in between the authentication process,

NTLM Proxy Authentication

2003-02-17 Thread Shahbaz Khalid
__ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo