Lista di alcuni dei codici di stato HTTP comuni e il loro significato:

Di seguito è riportata una lista di alcuni dei codici di stato HTTP comuni e il loro significato:

  1. 1xx – Informational
    • 100: Continue
    • 101: Switching Protocols
  2. 2xx – Success
    • 200: OK
    • 201: Created
    • 204: No Content (nessun corpo dati nella risposta)
  3. 3xx – Redirection
    • 301: Moved Permanently
    • 302: Found / Temporary Redirect
    • 304: Not Modified
    • 307: Temporary Redirect
    • 308: Permanent Redirect
  4. 4xx – Client Errors
    • 400: Bad Request
    • 401: Unauthorized
    • 403: Forbidden
    • 404: Not Found
    • 409: Conflict
    • 429: Too Many Requests
  5. 5xx – Server Errors
    • 500: Internal Server Error
    • 501: Not Implemented
    • 502: Bad Gateway
    • 503: Service Unavailable
    • 504: Gateway Timeout