aaronpowell / httpstatus

Easily generate different HTTP responses for testing
http://httpstat.us
MIT License
702 stars 74 forks source link

Status code "307" doesn't work #143

Closed travisTheOrange closed 3 months ago

travisTheOrange commented 3 months ago

When using Postman (or one's browser) if you try the following URL, https://httpstat.us/307, you get redirected to the sites main page. Even though most of other 300's work.

aaronpowell commented 3 months ago

That's correct, a 307 is a temporary redirect and will redirect to the Location header provided, if the caller is set to follow redirects (which browsers do).