Is there a way to separate out a chain of redirect requests? I have a chain of 3 requests (2 redirects, followed by a 200 response). I need to capture a variable from the response of the second redirect. I don't see a way to do this. Here's a screenshot if that helps:
https://imgur.com/dhrX99P
Thanks!