in reply to Re: Ignore 3xx redirects
in thread Ignore 3xx redirects

Yes apologies for not being more specific - (long code, not sure which bit doing what, and didn't want to post a heap of irrelevant stuff)

Anyway without being 'more specific' you were able to hit the nail on the head

$ua->requests_redirectable ([]);
was EXACTLY what I needed.
Many thanks dorward.