in reply to Re^3: Force LWP to connect to a proxy for HTTP::Request POST
in thread Force LWP to connect to a proxy for HTTP::Request POST

I am supplying a protocol. The script works fine (without requiring a proxy) from a LAN. But I need to run it outside the LAN where I need the proxy to connect.
  • Comment on Re^4: Force LWP to connect to a proxy for HTTP::Request POST

Replies are listed 'Best First'.
Re^5: Force LWP to connect to a proxy for HTTP::Request POST
by Anonymous Monk on Mar 27, 2010 at 02:12 UTC
    Your proxy is the problem, see LWP::Debug to get more info
      Thanks Corion. So, if it's the right way of doing it, then I must find another proxy.