HTTP Status Codes

Searchable reference of every HTTP status code. Free online, works in your browser.

100
Continue
The server received the request headers; the client should proceed.
101
Switching Protocols
The server is switching protocols as requested.
200
OK
The request succeeded.
201
Created
The request succeeded and a new resource was created.
202
Accepted
The request was accepted but is not yet complete.
204
No Content
Success, but there is no content to return.
206
Partial Content
The server is delivering part of the resource (range request).
301
Moved Permanently
The resource has permanently moved to a new URL.
302
Found
The resource is temporarily at a different URL.
304
Not Modified
The cached version is still valid.
307
Temporary Redirect
Like 302 but the method must not change.
308
Permanent Redirect
Like 301 but the method must not change.
400
Bad Request
The server cannot process the request (client error).
401
Unauthorized
Authentication is required and has failed or is missing.
403
Forbidden
The server understood but refuses to authorize the request.
404
Not Found
The requested resource could not be found.
405
Method Not Allowed
The HTTP method is not supported for this resource.
408
Request Timeout
The server timed out waiting for the request.
409
Conflict
The request conflicts with the current server state.
410
Gone
The resource is permanently gone.
418
I'm a teapot
An April Fools joke code — refuses to brew coffee.
422
Unprocessable Entity
Well-formed but has semantic errors (common in APIs).
429
Too Many Requests
The user sent too many requests (rate limited).
500
Internal Server Error
A generic server error — something went wrong.
501
Not Implemented
The server does not support the functionality.
502
Bad Gateway
A gateway server got an invalid upstream response.
503
Service Unavailable
The server is overloaded or down for maintenance.
504
Gateway Timeout
A gateway server did not get a response in time.

About HTTP Status Codes

HTTP Status Codes is a free Becoderr tool. It needs no sign-up, runs fast and privately, and works right in your browser for most tasks. For the few server-based tools, your files are processed in memory and discarded immediately after the operation.

Frequently asked questions

Is this tool free to use?

Yes. Every tool on Becoderr is completely free with no sign-up required. Signed-in users get higher file-size limits.

Are my files safe?

Yes. Browser-based tools process files entirely on your device; nothing is uploaded. Server-based tools process files in memory and discard them immediately after the operation.

Is there a file size limit?

Server-based tools accept up to 5 MB for anonymous users and 50 MB when signed in. Browser-based tools are limited only by your device.

Do I need to install anything?

No. Becoderr runs entirely in your web browser on any device: Windows, macOS, Linux, Android or iOS.

Related tools