Re: client side http

2000-09-13 Thread Dave Cragg
At 7:55 PM -0400 9/11/00, andu wrote: How to handle http proxies? Is this just a question of opening the socket to the proxy and carrying on as before, or is it, as I fear, more torturous? Yes, take a look at my ftp client (http://www.cloud9.net/~undo) which handles proxy, it should be the

Re: client side http

2000-09-11 Thread Scott Raney
On Mon, 11 Sep 2000, Dave Cragg wrote: I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with the way aliasing is set up on the server, I

Re: client side http

2000-09-11 Thread Dave Cragg
At 12:02 PM -0600 9/11/00, Scott Raney wrote: On Mon, 11 Sep 2000, Dave Cragg wrote: I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with

Re: client side http

2000-09-11 Thread andu
Hi I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with the way aliasing is set up on the server, I think). The script below is a crude