|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Re: Connection through a proxyby mpolo (Chaplain) |
| on Apr 26, 2004 at 11:31 UTC ( [id://348209]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
The newer LWP::UserAgent modules accept an http_proxy in the form http://username:password@server:port/ . You can, for instance, set $ENV{HTTP_PROXY} to a string of that form and then use LWP::Simple, etc. If you have a Microsoft proxy server that you are going through, you will have to indicate your domain as well, so the format will be http://domain\username:password@server:port/ (careful with quoting of the backslash).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||