Skip to content

Instantly share code, notes, and snippets.

@ardbytes
Created January 13, 2011 10:21
Show Gist options
  • Save ardbytes/777668 to your computer and use it in GitHub Desktop.
Save ardbytes/777668 to your computer and use it in GitHub Desktop.
Http Codes to consider
200 : OK
201 : CREATED
202 : ACCEPTED
204 : No Content
301 : Moved Permanently
302 : Found
303 : See Other
304 : Not Modified
307 : Temporary Redirect
400 : Bad Request
401 : UNAUTHORIZED
403 : Forbidden
404 : Not Found
405 : METHOD NOT ALLOWED
406 : NOT ACCEPTABLE
422 : Unprocessable Entity
500 : Internal Server Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment