Search tools

Find a tool by name or what it does.

302Found

The resource is temporarily somewhere else, but keep using this URL for future requests.

Browse all HTTP status codes

When you see it

The everyday temporary redirect: bouncing a logged-out visitor to a sign-in page, sending traffic to a maintenance notice, or routing someone to a regional site. Because it is temporary, browsers do not cache it hard and search engines keep the original URL in the index.

The historical quirk

The specification originally said clients must repeat the request with the same method, but browsers turned POST into GET anyway, and the standard eventually documented the real behaviour rather than the intended one. 303 and 307 were added to say each behaviour explicitly, which is why you should reach for one of those when the method actually matters.

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)