A comprehensive, searchable reference guide for all HTTP status codes with descriptions, causes, and solutions.

Showing 62 of 62 status codes
100

Continue

The server has received the request headers and the client should proceed to send the request body.

Click for details →
101

Switching Protocols

The server is switching protocols as requested by the client.

Click for details →
102

Processing

The server has received and is processing the request, but no response is available yet.

Click for details →
103

Early Hints

Used to return some response headers before final HTTP message.

Click for details →
200

OK

Common

The request has succeeded.

Click for details →
201

Created

Common

The request has been fulfilled and resulted in a new resource being created.

Click for details →
202

Accepted

The request has been accepted for processing, but the processing has not been completed.

Click for details →
203

Non-Authoritative Information

The request was successful but the enclosed payload has been modified by a transforming proxy.

Click for details →
204

No Content

Common

The request has succeeded but there is no content to send back.

Click for details →
205

Reset Content

The server tells the client to reset the document view.

Click for details →
206

Partial Content

The server is delivering only part of the resource due to a range header sent by the client.

Click for details →
207

Multi-Status

Provides status for multiple independent operations (WebDAV).

Click for details →
...