On Thu, 2008-09-25 at 08:00 -0700, all-e wrote:
> I got all the code working with HttpCore only to find out that we were now
> going to have to use a proxy server. And that becomes a little complicated
> because calling proxy from the native socket connection at JDK 1.3 is a
> little complicated. 
> 
> Does anyone know how to use a proxy server with HttpCore 4.0 beta 2.
> 
> Any help would be appreciated

One can program HttpCore to generate HTTP messages compatible with HTTP
proxies (at the end of the day, that is exactly what HttpClient 4.0
does) It is not very difficult as long as there is no authentication
involved. If you do have to support authenticating proxies, you may be
much better off upgrading to Java 1.5 or using HttpClient 3.1 with Java
1.3

Hope this helps

Oleg  



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

Reply via email to