Back to blog
May 18, 2024
2 min read

HTTP status codes

Important HTTP status codes

Most common HTTP status codes

200 - 299

  • 200 OK: Request succeeded
  • 201 Created: Resource created
  • 202 Accepted: Accepted request
  • 204 No Content: Accepted request

300 - 399

  • 301 Moved Permanently: Accepted request
  • 302 Found: Temporarily moved
  • 304 Not Modified: Not modified

400 - 499

  • 400 Bad Request: Bad request error
  • 401 Unauthorized: Needs authentication
  • 403 Forbidden: Access Forbidden
  • 404 Not Found: Resource Not Found
  • 405 Not Allowed: Method not allowed
  • 408 Request Timeout: Request timed out

500 - 599

  • 500 Internal Server Error: Server error
  • 501 Not Implemented: Not implemented
  • 502 Bad Gateway: Bad gateway error
  • 503 Service Unavailable: Service unavailable
  • 504 Gateway Timeout: Gateway Timeout