Hi. I made a get request using the requests module using the following:
>>> r = requests.get('<url>', params=payload)
When I type this in the browser and search, it returns a different url. The same happens with the above code but I want to get the newly returned url. How to get it from the response.