Search tools

Find a tool by name or what it does.

303See Other

Go and fetch this other URL with a GET, whatever method you used for the request that got you here.

Browse all HTTP status codes

When you see it

The fix for the double-submit problem. After a form POST succeeds, answering 303 sends the browser to a result page with a GET. The address bar now shows a plain URL, so refreshing reloads the result rather than submitting the form again.

This pattern is common enough to have a name, post-redirect-get, and 303 is the code that implements it correctly.

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)