in reply to :Problem with Parsing the Proxy Auto Configure File
$ua->proxy('http',$res);
The documentation suggests you should call the ->proxy method on the result object to get the URI of the proxy:
if ($res->proxy) { $ua->proxy(http => $res->proxy); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: :Problem with Parsing the Proxy Auto Configure File
by codenamemessiah (Initiate) on Feb 24, 2011 at 03:48 UTC | |
by Anonymous Monk on Jun 05, 2015 at 10:26 UTC | |
by afoken (Chancellor) on Jun 05, 2015 at 11:21 UTC |