Closed
Description
The doc about dealing with redirects in HttpClient should mention $response->getInfo('url')
which allows to get the effective URL of the response (and so if you call it after following the redirection, you get the URL after the redirection).