in reply to LWP::* question
LWP is used to implement the part of proxy that is acting as the client to the web server.
Something else is used to implement the part of the proxy that acts as the server to the browser.
There are modules on CPAN that do all that.
You can use any proxy (a Perl script or just a standard off-the-shelf HTTP proxy like Squid or Apache+mod_proxy) to "bypass" any other proxy so long as
This, of course, has nothing to do with Perl.
1. Typically via an SSH tunnel so that your HTTP traffic can't be snooped.
|
|---|