in reply to (jeffa) Re: LPW and proxies
in thread LWP and proxies

Adding the proxy_authorization_basic call works. In fact, simply saying

$request->proxy_authorization_basic($ENV{HTTP_proxy_user}, $ENV{HTTP_p +roxy_pass});

works too, so the info is in the env just fine. It's just not working the way the manual says it should, for some reason??

—John