Re: Accessing page using Mechanize, have to go thr' proxy

2006-06-02 Thread Adriano Ferreira
Adding to what Tom said, if you are behind an annoying authenticating proxy like Squid, you will find that something like this works: $mech->proxy(['http', 'ftp'], 'http://proxy_user:[EMAIL PROTECTED]:/'); Have fun. Adriano. On 6/2/06, Shalaka <[EMAIL PROTECTED]> wrote: I've used the WWW::

Re: Accessing page using Mechanize, have to go thr' proxy

2006-06-02 Thread Tom Phoenix
On 6/2/06, Shalaka <[EMAIL PROTECTED]> wrote: I've used the WWW::Mechanize module to access web pages. ( On windows, using ActivePerl ) But i am able to do that only for links that don't require me to via proxy. http://search.cpan.org/~petdance/WWW-Mechanize-1.12/lib/WWW/Mechanize/FAQ.pod#Ho

Accessing page using Mechanize, have to go thr' proxy

2006-06-02 Thread Shalaka
Hi, I've used the WWW::Mechanize module to access web pages. ( On windows, using ActivePerl ) But i am able to do that only for links that don't require me to via proxy. If i have tried setting the HTTP_PROXY, USER and PASS variables on commandline and then running the script but it didn't work