Jump to content
WAPT Forum
Sign in to follow this  
travistx

Separate Redirect Requests

Recommended Posts

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!

Share this post


Link to post
Share on other sites

You need to use "Do not follow redirect" option for the first request of a chain. It will prevent WAPT to follow redirect. Then you need to create requests for redirects manually using URLs from Location header. In this case you will be able to process responses for these requests.

redirect.png

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...