Postman – Follow redirects with the original HTTP method
When you send a request with Postman and get a 301/302 redirect response, it follows the redirect with a forced GET. This means it sends a GET request to the redirect URL and doesn’t include the original HTTP method or Content-Type. This can result in two unexpected errors: Here’s what this looks like in Postman … Read more