Re: Connecting through Proxy

2004-02-25 Thread Michael Becke
Hi Saifadam, 1) Thanks for responding. I am new to using httpclient, but in our case, I observed that if i do comment the preemptive authentication code, then the executeMethod( ) causes a "HttpRecoverableException" exception to be thrown. Also I observed the following line at the console where

Re: Connecting through Proxy

2004-02-25 Thread Saifadam Pathan
** Regards... Saif - Original Message - From: "Kalnichevski, Oleg" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 9:25 PM Subject: RE: Connecting through Proxy Just one (relativel

RE: Connecting through Proxy

2004-02-25 Thread Kalnichevski, Oleg
: Commons HttpClient Project Subject: Re: Connecting through Proxy Hi Saifadam, that may depend upon the proxy also. If it is a Microsoft proxy you need to use NTLM authentification which requires NTCredentials. http://jakarta.apache.org/commons/httpclient/authentication.html contains some further

Re: Connecting through Proxy

2004-02-25 Thread Stefan Dingfelder
Hi Saifadam, that may depend upon the proxy also. If it is a Microsoft proxy you need to use NTLM authentification which requires NTCredentials. http://jakarta.apache.org/commons/httpclient/authentication.html contains some further infos. At least that was what I needed. Just my two cents, Stef

Connecting through Proxy

2004-02-25 Thread Saifadam Pathan
I tried numerous suggestions from the list on how to authenticate via proxy when you try the httpclient. But noe worked. Then i ended up using these steps...   / */   HttpClient