[EMAIL PROTECTED] writes:

> Is is possible to chain multiple proxy servers with LWP?

I don't think there is any way to do this with HTTP.  If there is then
LWP can probably do it as well.

> Basically I'd like it to work like this:
> 
> Client -----> Proxy 1 ---->  Proxy 2 ---> Server

The Proxy 1 can obviously be configured so that it always use Proxy 2
as a proxy for all the requests it process, but from your question I
understood that you wanted the Client to somehow request this chain.

Regards,
Gisle

Reply via email to