Redirect URLs including info similar to cURL #362
-
Hi (it's a question not issue ;-) ), is there a way, starting from a given URL, ... ... to see all redirected URLs (similar to cURL)? hint: javascript is needed because some pages work only with it
Thank you, Robert |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! |
Beta Was this translation helpful? Give feedback.
Hi!
Read the guzzle documentation about client config array. You must pass that array to Crawler::create($configArray).
The crawler observer will receive a Response interface from guzzle, again read the guzzle documentation about getting redirect history from responses.
cheers