Help for this page

Select Code to Download


  1. or download this
    HTTP/1.1 403 Forbidden
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate
    +, post-check=0, pre-check=0
    ...
    X-Frame-Options: SAMEORIGIN
    
    error code: 1010
    
  2. or download this
    use LWP::UserAgent;
    
    ...
    my $res = $ua->request($response)->as_string;
    print $res