- or download this
$ua->requests_redirectable([]);
- or download this
$ua->requests_redirectable(['GET']);
- or download this
my $referral_uri = $response->header('Location');
{
...
= $HTTP::URI_CLASS->new($referral_uri, $base)->abs($ba
+se);
}
$referral->uri($referral_uri);
- or download this
base='http://server.com/ABC/afilename1?op=678'
referral='../../ABC/XYZ/KLM/afilename2?aa=123'
- or download this
http://server.com/../ABC/XYZ/KLM/afilename2?aa=123
- or download this
http://server.com/ABC/XYZ/KLM/afilename2?aa=123