Search tools

Find a tool by name or what it does.

204No Content

The request succeeded and there is deliberately nothing to send back.

Browse all HTTP status codes

When you see it

The right answer to a DELETE that worked, or a save that has nothing to report. The client should keep showing whatever it was showing; there is no new document to render.

A 204 must not carry a body. Some clients will ignore one if you send it and others will treat the response as malformed, so sending content with a 204 produces bugs that only appear on certain platforms.

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)