![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: WWW::Mechanize and proxy with username/passwordby tcf22 (Priest) |
on Jun 26, 2003 at 18:12 UTC ( [id://269344]=note: print w/replies, xml ) | Need Help?? |
I don't believe it is possible to authenticate to a proxy with just LWP::UserAgent. However in the WWW:Mechanize docs it says If it's possible with LWP::UserAgent, then yes. WWW::Mechanize is a subclass of LWP::UserAgent, so all the wondrous magic of that class is inherited. . So you should be able to use the same method(using HTTP::Request) to authenticate. Update:May also want to try using the LWP::Authen modules.
In Section
Seekers of Perl Wisdom
|
|