Hi,
In proxy'ing - either of these lines give me the same result (a default page
for any url outside, but the correct page on the intranet URLs).
$ua->proxy(['http', 'ftp'] => 'http://proxynt.corp.bam.com/proxy.pac');
$ua->no_proxy('bam.com');
OR
$ua->proxy(['http', 'ftp'] => 'http://proxynt.corp.bam.com');
$ua->no_proxy('bam.com');
Could it be the port that my LWP services is trying to talk to ?
With debugging on I see 200 return code for for Proxy_Authorization
requests.
Any suggestions.
Thanks for your help
Edwin Madari
[EMAIL PROTECTED]