In postman I want to create a GET request that returns a 302 status code (along with a Location
response header). I have been trying to replicate the original request from the browser inspector, but I always get a 200 response (and no Location
response header).
How can I get the desired response with the Location
response header?