Re: [twsocket] Http proxy tunneling?

2005-06-07 Thread Dan
Would probably be a bit of effort to integrate it into the component, although not as much as for SOCKS. But its very easy to implement at the application level. Just send your connect request as the first thing and wait for a 2xx reply for ok before continuing, else close the connection. Da

[twsocket] Http proxy tunneling?

2005-06-07 Thread Jack
I saw http proxy tunneling (connect through http proxy servers that support CONNECT method) mentioned a few times on the list but has anyone actually implemented it? It's similar to the socks proxy support. I looked at wsocket code. A lot of it has to do with socks proxy support. Http proxy tunneli

Re: [twsocket] Feedback for fixed version of HttpCli component

2005-06-07 Thread Francois PIETTE
The updated (by Maurizio Lotauro) HTTP client component has been downloaded now hundreds of time. We received not so much feedback here ! Should I consider it is fully working and make it available in the regular distribution ? btw: The link is on the ICS web page "Composant client HTTP, NTLM&

[twsocket] HTTP client component with gzip compression

2005-06-07 Thread Francois PIETTE
Xavier Le Bris modified the HTTP client component to support gzip compressed data streams transparently. He also modified the HttpAsy demo to enable gzip compression. You can download the component and supporting routines from the ICS web page at my website. Please report any problem here in