Subject: | HTTPS proxy awareness |
For more discrete awareness to environment proxy variables (and
specifically for the HTTPS protocol which YIM uses during
authentication), add the 'noproxy' option to the instantiation of
WWW::Mechanize.
output from diff for HTTPS.pm
19c19
< my $mech = WWW::Mechanize->new(agent => 'Mozilla/5.0', noproxy => 1);
---
Show quoted text
> my $mech = WWW::Mechanize->new(agent => 'Mozilla/5.0');
...and thank you for reviving this module from 2004!