in reply to Re: Passing cookies through a PERL HTTP Proxy
in thread Passing cookies through a PERL HTTP Proxy
if ($response->is_redirect) { print $cgi->redirect(-uri=>$response->header('Location'), -status=>$response->code ); } else { print $cgi->header($ResponseContentType); print $response->content; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing cookies through a PERL HTTP Proxy
by Anonymous Monk on Apr 17, 2013 at 14:21 UTC |