2xx Status Codes
2xx Success
200 OK
The request was successful, and the response will depend on the request method used (GET, POST, etc.).
201 Created
The request was successful, and a new resource has been created.
202 Accepted
The request has been accepted for processing, but it is not complete yet. The outcome is uncertain.
203 Non-Authoritative Information
The server is returning a modified version of the response it received from the origin server.
204 No Content
The request was successful, but there is no content to return.
205 Reset Content
The request was successful, and the client is asked to reset its document view, but no content is returned.
206 Partial Content
The server is sending only part of the resource as requested by the client.
207 Multi-Status (WebDAV)
The response contains multiple status codes for different sub-requests, usually in XML format.
208 Already Reported (WebDAV)
The listed members of a DAV binding have already been reported in a previous response.
226 IM Used
The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations.
Unofficial codes
218 This is fine (Apache HTTP Server)
Used by Apache servers to indicate a catch-all error condition, allowing message bodies to pass through when the ProxyErrorOverride setting is enabled. This is shown instead of a 4xx or 5xx error message.
Caching warning codes (obsoleted)
214 Transformation Applied
The proxy has applied a transformation to the response, such as changing the content encoding or media type.
299 Miscellaneous Persistent Warning
A general persistent warning that indicates a non-specific issue or note related to the response.