Back
HTTP Status
/Data/HTTP Status

HTTP Status Codes

Search the standard HTTP status codes with descriptions.

44 of 44

100
Continue
Client should continue the request.
Informational
101
Switching Protocols
Server agrees to switch protocols.
Informational
200
OK
The request succeeded.
Success
201
Created
Resource created successfully.
Success
202
Accepted
Request accepted for processing.
Success
204
No Content
Success but no body to return.
Success
206
Partial Content
Partial range delivered (Range requests).
Success
301
Moved Permanently
Use the new URL henceforth.
Redirect
302
Found
Resource is at a different URL temporarily.
Redirect
303
See Other
Client should GET another URL.
Redirect
304
Not Modified
Cached response is still valid.
Redirect
307
Temporary Redirect
Retry the same method at the new URL.
Redirect
308
Permanent Redirect
Use the new URL permanently.
Redirect
400
Bad Request
Server can't parse the request.
Client error
401
Unauthorized
Authentication required.
Client error
402
Payment Required
Reserved for future use.
Client error
403
Forbidden
Server refuses to authorize.
Client error
404
Not Found
No resource at this URL.
Client error
405
Method Not Allowed
Method not supported on this resource.
Client error
406
Not Acceptable
Can't satisfy Accept headers.
Client error
408
Request Timeout
Client took too long to send the request.
Client error
409
Conflict
Conflict with current state of the resource.
Client error
410
Gone
Resource is permanently gone.
Client error
411
Length Required
Content-Length header required.
Client error
412
Precondition Failed
A request precondition failed.
Client error
413
Payload Too Large
Request body is too large.
Client error
414
URI Too Long
URL exceeds server limits.
Client error
415
Unsupported Media Type
Server can't process the body's media type.
Client error
418
I'm a Teapot
RFC 2324 joke status.
Client error
422
Unprocessable Entity
Semantically invalid request.
Client error
425
Too Early
Server unwilling to process replayed request.
Client error
426
Upgrade Required
Client should switch to a different protocol.
Client error
428
Precondition Required
Origin requires the request to be conditional.
Client error
429
Too Many Requests
Rate-limited.
Client error
431
Request Header Fields Too Large
Headers exceed server limit.
Client error
451
Unavailable For Legal Reasons
Legally restricted resource.
Client error
500
Internal Server Error
Generic server failure.
Server error
501
Not Implemented
Method/feature not supported.
Server error
502
Bad Gateway
Upstream gave an invalid response.
Server error
503
Service Unavailable
Server temporarily unable to handle the request.
Server error
504
Gateway Timeout
Upstream didn't respond in time.
Server error
505
HTTP Version Not Supported
Server doesn't support this HTTP version.
Server error
507
Insufficient Storage
Server can't store the representation.
Server error
511
Network Authentication Required
Captive portal-style auth required.
Server error