Tag: error 2xx
All the articles with the tag "error 2xx".
206 Partial Content (HTTP Status Code 206)
HTTP status code 206 "Partial Content" indicates that the server has successfully processed a partial GET request and returned the requested data range to the client.
207 Multi-Status WebDAV (HTTP Status Code 207)
HTTP status code 207 "Multi-Status" is primarily used in WebDAV environments and indicates that the server has successfully processed the request but the response contains multiple resource statuses.
208 Already Reported WebDAV (HTTP Status Code 208)
HTTP status code 208 "Already Reported" is a success status specific to the WebDAV protocol, used to avoid duplicate reporting when handling multiple resources.
226 IM Used HTTP Delta encoding (HTTP Status Code 226)
Error code 226 "IM Used" is an HTTP status code that indicates the server is returning a delta (difference) of a resource rather than the complete resource in response to a GET request that includes an A-IM header.