in reply to Re: Problem with proxy and LWP
in thread Problem with proxy and LWP

Right you are. However that's a recent change made while very tired. Earlier attempts had it correctly as :
$ENV{HTTP_PROXY} = "http://$username:$password\@192.168.1.10:8080";

Unfortunately, I get the same result whether the quotes are correct or not. If it were simply a matter of bad credentials, wouldn't I get a different error? (not the 502 Proxy error)

Replies are listed 'Best First'.
Re^3: Problem with proxy and LWP
by Eliya (Vicar) on Jun 09, 2011 at 21:39 UTC