405 | Client Error | Method Not Allowed: The method specified in the Request-Line is not allowed for the resource identified by the request. |
406 | Client Error | Not Acceptable: The server cannot produce a response matching the list of acceptable values defined in the request's proactive content negotiation headers. |
407 | Client Error | Proxy Authentication Required: Similar to 401 Unauthorized, but it indicates that the client must first authenticate itself with the proxy. |
408 | Client Error | Request Timeout: The server timed out waiting for the request. |
409 | Client Error | Conflict: The request could not be completed due to a conflict with the current state of the resource. |
410 | Client Error | Gone: The requested resource is no longer available at the server and no forwarding address is known. |
411 | Client Error | Length Required: The request did not specify the length of its content, which is required by the requested resource. |
412 | Client Error | Precondition Failed: The server does not meet one of the preconditions that the requester put on the request. |
413 | Client Error | Payload Too Large: The request is larger than the server is willing or able to process. |
414 | Client Error | URI Too Long: The URI provided was too long for the server to process. |
415 | Client Error | Unsupported Media Type: The request entity has a media type which the server or resource does not support. |
416 | Client Error | Range Not Satisfiable: The client has asked for a portion of the file, but the server cannot supply that portion. |
417 | Client Error | Expectation Failed: The server cannot meet the requirements of the Expect request-header field. |
422 | Client Error | Unprocessable Entity: The request was well-formed but was unable to be followed due to semantic errors. |
429 | Client Error | Too Many Requests: The user has sent too many requests in a given amount of time ("rate limiting"). |
502 | Server Error | Bad Gateway: The server was acting as a gateway or proxy and received an invalid response from the upstream server. |
504 | Server Error | Gateway Timeout: The server was acting as a gateway or proxy and did not receive a timely response from the upstream server. |
505 | Server Error | HTTP Version Not Supported: The server does not support the HTTP protocol version that was used in the request. |
507 | Server Error | Insufficient Storage: The server is unable to store the representation needed to complete the request. |
508 | Server Error | Loop Detected: The server detected an infinite loop while processing the request (used in WebDAV). |