Help for this page

Select Code to Download


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