Disable page redirection
Is there a way to disable page redirection in HTTP block?
For example in Postman, there is a setting to disable automatic request redirection.
Basically, I need to check if there is authentication on an external page (check if it is logged in or not). When I make the request using the HTTP block, it is automatically redirecting and is returning status code 200, and there is no authentication on the page. In this case I will use browser cookies.