HTTP Status Codes

Informational 1XX :

  • Continue 100
  • Switching protocols 101
  • Processing 102


Success 2XX :

  • OK 200
  • Created 201
  • Accepted 202
  • No Content 204
  • Reset Content 205


Redirection 3XX :

  • Multiple Choices 300
  • Found 302
  • See Other 303
  • Not Modified 304
  • Use Proxy 305


Client-Error 4XX :

  • Bad Request 400
  • Unauthorized 401
  • Payment Required 402
  • Forbidden 403
  • Not Found 404
  • Method Not Allowed 405
  • Request Timeout 408
  • URL To Long 414


Server-Error 5XX :

  • Not Implemented 501
  • Bad Gateway 502
  • Service Unavailable 503
  • Gateway Timeout 504
  • Insufficient Storage 507
  • Loop Detected 508