- or download this
function yadda(...
// check for redirection
return redirectCheck(pluginFound, redire
- or download this
HTTP/1.1 302 Object Temporarily Moved
Connection: close
Date: Sun, 01 Jul 2007 03:53:25 GMT
Server: Microsoft-IIS/6.0
location: https://<...etc>
- or download this
my $ua = LWP::UserAgent->new(
requests_redirectable => [ 'GET', 'HEAD', 'POST' ]
...
if (!$success) {
print "LWP ERR: " . $response->status_line . "\n";
}