HTTP Status Code Lookup

About HTTP Status Codes:

Continue. The client should continue its request.

Switching Protocols. The server is switching protocols as requested by the client.
  • Processing. The server has received and is processing the request, but no response is available yet.Early Hints. Used to return some response headers before the final response.
  • Request Successful. Commonly used for GET and POST requests.Created. The request was successful and a new resource has been created.
  • Accepted. The request has been accepted but processing is not complete.Non-Authoritative Information. The request was successful but the returned metadata is from a copy, not the original server.
  • No Content. The server successfully processed the request but is not returning any content.Reset Content. The server processed the request successfully, and the user agent should reset the document view.
  • Partial Content. The server successfully processed a partial GET request.Multi-Status. The XML message body may contain multiple independent response codes.