in reply to Can't make WWW::Mechanize work through proxy programmatically

Re^3: Issue with LWP:UserAgent use Proxy
  • Comment on Re: Can't make WWW::Mechanize work through proxy programmatically

Replies are listed 'Best First'.
Re^2: Can't make WWW::Mechanize work through proxy programmatically
by igoryonya (Pilgrim) on Sep 24, 2022 at 23:00 UTC
    I looked at the code on that page, but i didn't see anything different from what I did. Does that code actually work through proxy?
      Proxy setting is set/accepted. Lwp/mech tries to connect to proxy (it works) but can't connect because there is no proxy. Proxy is not bypassed. You say this fails.
        Yes, i've checked, the LWP version works over proxy, but mechanize version doesn't with the same proxy config, using the same ->proxy method with the same options, that work in LWP.
        So, how can I use that knowledge. I still need to use mechanize. Is there a way to use mechanize over LWP? or download with LWP, and process with mechanize?