HttpRetriever keep record of redirects

Hi,

is there an option to not only track the final response code but also those in between like 301 redirects?

Thanks a lot
Mike

Hi Mike,

no.

Best,
Philipp

Hi @qqilihq,

can I instruct the node to fail upon certain response codes maybe? Then I’d try to loop over the rows one by one and record the result.

Cheers
Mike

Hi Mike,

there’s an option to fail in case of status >= 400. This will obviously not help for redirects though :slight_smile:

Redirects are currently handled automatically by the node internally without any feedback to the outside world. I see no way of getting the redirected URLs with the current version of the nodes.

Best,
Philipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.