panther icon indicating copy to clipboard operation
panther copied to clipboard

Redirect URLs including info similar to cURL

Open RobertEcker opened this issue 3 years ago • 1 comments

Hi,

is there a way, starting from a given URL, ...

  1. ... to see all redirected URLs (similar to cURL)?
  2. ... with info such as HTTP code, total time etc. (similar to cURL, see https://www.php.net/manual/en/function.curl-getinfo.php) ?

hint: javascript is needed because some pages work only with it

$url = 'mystartingurl.com';
$client->request('GET', $url); 

Thank you,

Robert

RobertEcker avatar Mar 29 '21 00:03 RobertEcker

@RobertEcker
$client->getCurrentURL()

Mepcuk avatar May 31 '21 13:05 Mepcuk