Post

HTTP Standard Response Codes

Standard HTTP response codes.(ilustative table)

FamilyCodeDescription
1XX Informational100Continue
 101Switching Protocols
 102Processing
 103Early Hints
2XX Successful200OK (Important Status for SEO)
 201Created
 202Accepted
 203Non-Authoritative Information
 204No Content
 205Reset Content
 206Partial Content
 207Multi-Status
 208Already Reported
3XX Redirection300Multiple Choices
 301Moved Permanently (Important Status for SEO)
 302Found (Previously “Moved Temporarily”) (Important Status for SEO)
 303See Other
 304Not Modified
 305Use Proxy
 306Switch Proxy
 307Temporary Redirect (Important Status for SEO)
 308Permanent Redirect (Important Status for SEO)
4XX Client Error400Bad Request
 401Unauthorized
 402Payment Required
 403Forbidden
 404Not Found (Important Status for SEO)
 405Method Not Allowed
 406Not Acceptable
 407Proxy Authentication Required
 408Request Timeout
 409Conflict
 410Gone (Important Status for SEO)
 411Length Required
 412Precondition Failed
 413Payload Too Large
 414URI Too Long
 415Unsupported Media Type
 416Range Not Satisfiable
 417Expectation Failed
 418I’m a teapot (Joke)
 421Misdirect Request
 422Unprocessable Entity
 423Locked
 424Failed Dependency
 425Too Early
 426Upgrade Required
 428Precondition Required
 429Too Many Requests
 431Request Header Fields Too Large
 451Unavailable For Legal Reasons
5XX Server Error500Internal Server Error (Important Status for SEO)
 501Not Implemented
 502Bad Gateway
 503Service Unavailable (Important Status for SEO)
 504Gateway Timeout
 505HTTP Version Not Supported
 506Variant Also Negotiates
 507Insufficient Storage
 508Loop Detected
 510Not Extended
 511Network Authentication Required
This post is licensed under CC BY 4.0 by the author.