My goal is to obtain information from a url via the API, return the data as JSON, parsing it and then returning it to Excel range.
The problem I’m facing arises when the 1st url gets redirected automatically. I have tried to implement a wait in the code, to wait till the 1st url is redirected...