HTTP Status Codes
Comprehensive HTTP Status Code Reference Guide - Learn about redirect codes, error codes, and success codes
Featured
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.
All Posts
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.
300 Multiple Choice (HTTP Status Code 300)
HTTP status code 300 indicates that the server has multiple possible responses for the client's request.
301 Moved Permanently (HTTP Status Code 301)
HTTP status code 301 indicates that the requested resource has been permanently moved to a new URL.