Hi team,
I've setup an automation that makes a web request for a custom value - the request works almost perfectly. The expected behavior is:
Actual behavior is that web request continues to follow the 303/Location redirect and returns the redirected content and headers.
This is also true when "web request" is set to "HEAD" instead of GET. The backend goes on and follows the redirect - as per the screenshot.
Does anyone have any tips on preventing this? Or how to access the first set of headers instead of the final redirected set?