Help for this page

Select Code to Download


  1. or download this
    Request URL: https://testchandan.com:5001/?code=E1XqzJxB-OMLscNAJtWZG1
    +_wthVln5UfNIWwAS5YDU8&state=1234
    Request Method: GET
    Status Code: 200 OK
    ...
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.
    +36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36
    code: E1XqzJxB-OMLscNAJtWZG1_wthVln5UfNIWwAS5YDU8
    state: 1234
    
  2. or download this
    package Op;
    use strict;
    use warnings;
    ...
     my $response1 = $ua->get($uri2);
    my $responsecode = $response1->code() 
    print $response1->headers_as_string if $response1->is_success;