HTTP Status Codes - rFronteddu/general_wiki GitHub Wiki

  • 200: Request completed as expected
    • 200 OK
    • 201 Created
    • 202 Accepted
    • 204 No content
  • 400 Request understood but fails an expected conditions
    • 400 Bad Request: Invalid data Received
    • 401 Unauthorized: User authentication required
    • 403 Forbidden: User authenticated, not authorized
    • 404 Not Found: Requested Resource Not Found
    • 405 Method Not Allowed: Method Not Supported
  • 500 Server Side Error