in reply to Re^3: using http::record if inside fire wall
in thread using http::record if inside fire wall
Hi All,
Yea!! its working. Ok I did two changes.
1. I changed port from default(8080) to some other, just incase I was running something else on that port.
2. I changed line from
$agent->proxy('http', "real-proxy");
To $agent->proxy('http', "http://real-proxy");
I think second change did the trick.
Thank you all very much for your sugession.
regards
Vinay