MR
mubdiur.com
dev arsenal
Home
Tools
Search tools...
⌘K
HTTP Status Codes
Browse and search HTTP status codes
← All Tools
100
1xx Info
Continue
The server has received the request headers and the client should proceed to send the body.
101
1xx Info
Switching Protocols
The requester has asked the server to switch protocols and the server has agreed.
200
2xx Success
OK
Standard response for successful HTTP requests.
201
2xx Success
Created
The request has been fulfilled and a new resource has been created.
204
2xx Success
No Content
The server successfully processed the request but is not returning any content.
301
3xx Redirect
Moved Permanently
The requested resource has been permanently moved to a new URL.
302
3xx Redirect
Found
The requested resource resides temporarily under a different URL.
304
3xx Redirect
Not Modified
Indicates the resource has not been modified since the last request.
400
4xx Client Error
Bad Request
The server cannot process the request due to a client error.
401
4xx Client Error
Unauthorized
Authentication is required and has failed or has not been provided.
403
4xx Client Error
Forbidden
The request was valid but the server is refusing action.
404
4xx Client Error
Not Found
The requested resource could not be found.
405
4xx Client Error
Method Not Allowed
The request method is not supported for the requested resource.
408
4xx Client Error
Request Timeout
The server timed out waiting for the request.
409
4xx Client Error
Conflict
The request conflicts with the current state of the server.
410
4xx Client Error
Gone
The requested resource is no longer available and will not be available again.
413
4xx Client Error
Payload Too Large
The request is larger than the server is willing to process.
415
4xx Client Error
Unsupported Media Type
The request entity has a media type the server does not support.
422
4xx Client Error
Unprocessable Entity
The request was well-formed but semantic errors prevent processing.
429
4xx Client Error
Too Many Requests
The user has sent too many requests in a given time frame.
500
5xx Server Error
Internal Server Error
A generic error message returned when an unexpected condition was encountered.
501
5xx Server Error
Not Implemented
The server does not support the functionality required to fulfill the request.
502
5xx Server Error
Bad Gateway
The server received an invalid response from the upstream server.
503
5xx Server Error
Service Unavailable
The server is temporarily unable to handle the request.
504
5xx Server Error
Gateway Timeout
The upstream server failed to send a request in a timely manner.
http · status · api