RE: proxy authentication

2004-05-10 Thread Lili Liu
, at 7:30 PM, Lili 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

RE: proxy authentication

2004-05-10 Thread Lili Liu
: 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 line and throws a 504 error (connection time out). lili Thanks

RE: IIS (NTLM) + proxy server (NTLM or basic) problem

2004-05-05 Thread Lili Liu
' of Microsoft Proxy implementation. Please try disabling anonymous access to the host server and see if that makes any difference. Also consider using Squid as a proxy, at least for tests Oleg On Wed, 2004-05-05 at 19:11, Lili Liu wrote: Hi, Oleg: I tried all cases you mentioned below, and can't get

RE: BasicAuthentication with Maximum redirects (100) exceeded erro r

2004-04-13 Thread Lili Liu
of the redirections, and we should be able to diagnose the problem. Feel free to obfuscate any sensitive information in the logs. Mike On Apr 12, 2004, at 7:30 PM, Lili Liu wrote: Not sure whether this is the right group to ask questions. I am implementing BasicAuthenticationExample.java

BasicAuthentication with Maximum redirects (100) exceeded erro r

2004-04-12 Thread Lili Liu
Not sure whether this is the right group to ask questions. I am implementing BasicAuthenticationExample.java (distributed with httpclient src) with IIS server on local host. But I keep get the error msg: SEVERE: Narrowly avoided an infinite loop in execute Exception in thread main