I'm using curl to make php send an http request to some website somewhere and have set CURLOPT_FOLLOWLOCATION to 1 so that it follows redirects. How then, can I find out where it was eventually redirected?
|
|
You can do something like:
|
||
|
|
|
If you do not need the final body you can do it this way: Set |
|||
|
|
|
|
This will show you the URL that you were ultimately redirected to. |
||
|
|
