Thanks, Oleg, We are currently running WebSphere Commerce 5.6.. needless to say JDK upgrade is out of the question. We are upgrading the product but that will take some time. Meanwhile, due to time constraints I have already coded it with 3.1. However, I would still love to get some direction on using httpcore.. There is no authentication involved in the proxy.
olegk wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/HttpCore-4.0-beta-2%3A-JDK-1.3%3A-connecting-with-a-proxy-server-tp19671350p19688291.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
