Search tools

Find a tool by name or what it does.

307Temporary Redirect

Temporarily use this other URL, and repeat the request exactly as you sent it, method and body included.

Browse all HTTP status codes

When you see it

The unambiguous temporary redirect. Where 302 is widely implemented as turning a POST into a GET, 307 guarantees the request is repeated unchanged, so a POST stays a POST with its body intact.

It is also what browsers use internally for HSTS, upgrading a site to HTTPS before any request leaves the machine.

Often confused with

Look up another one

Open

Type a code, a partial code like 40, or any word from a name or description. Everything runs in your browser.

Filter
Copy format
Status codes

69 of 69 codes. Click a row to copy it.

1xx Informational (4)
2xx Success (10)
3xx Redirection (8)
4xx Client errors (31)
5xx Server errors (16)