Code-Memo

HTTP Status Codes

  1. 1xx: Informational

    • These codes indicate that the request was received and understood, and that the server is continuing to process the request.
  2. 2xx: Success

    • These codes indicate that the client’s request was successfully received, understood, and accepted by the server.
  3. 3xx: Redirection

    • These codes indicate that the client must take additional action to complete the request, often involving redirection to a different resource.
  4. 4xx: Client Error

    • These codes indicate that the client made an error in the request, such as providing invalid data or attempting to access a resource without proper authentication.
  5. 5xx: Server Error

    • These codes indicate that the server failed to fulfill a valid request due to an error on the server’s side.

Details About Some HTTP Status Codes

1xx: Informational Responses
2xx: Success
3xx: Redirection
4xx: Client Error
5xx: Server Error