Di seguito è riportata una lista di alcuni dei codici di stato HTTP comuni e il loro significato:
- 1xx – Informational
- 100: Continue
- 101: Switching Protocols
- 2xx – Success
- 200: OK
- 201: Created
- 204: No Content (nessun corpo dati nella risposta)
- 3xx – Redirection
- 301: Moved Permanently
- 302: Found / Temporary Redirect
- 304: Not Modified
- 307: Temporary Redirect
- 308: Permanent Redirect
- 4xx – Client Errors
- 400: Bad Request
- 401: Unauthorized
- 403: Forbidden
- 404: Not Found
- 409: Conflict
- 429: Too Many Requests
- 5xx – Server Errors
- 500: Internal Server Error
- 501: Not Implemented
- 502: Bad Gateway
- 503: Service Unavailable
- 504: Gateway Timeout