I have a script that fetches an uri randomly from a page with a list of uri's and requests the uri after it.
When I recorded the script, the request redirected to another resource which returned the desired content.
Unfortunately some uri's redirect more than once and some other uri's don't redirect at all.
Is it possible set a request to follow the redirects or I will have to create a set of request/redirects for each of the cases?
Thanks,
Helio