Help for this page

Select Code to Download


  1. or download this
    sub redirect_ok
    {
    ...
    #    return 0 if $request->method eq "POST";
        1;
    }
    
  2. or download this
    sub LWP::UserAgent::redirect_ok { 1 }