vote up 0 vote down star

I sit behind a proxy and have HTTP and WWW::Mechanize working OK locally.

But advice || pointers as to how to get through a proxy please.

Regards Ian

flag

2 Answers

vote up 8 vote down

WWW::Mechanize is an extension of LWP::UserAgent:

WWW::Mechanize is a proper subclass of LWP::UserAgent and you can also use any of LWP::UserAgent's methods.

So you can just use ->env_proxy, or ->proxy — as described in the manual.

link|flag
vote up 0 vote down

Excellent clue depesz||cjm.

It was actually a matter of "rtfm". Forgot the need for the environment variable "HTTP_PROXY". Do not get old you guys !!

Ian

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.