Skip to content

Instantly share code, notes, and snippets.

@gabrysiak
Last active August 29, 2015 14:05
Show Gist options
  • Save gabrysiak/f6d8baa3f1ff133f8d58 to your computer and use it in GitHub Desktop.
Save gabrysiak/f6d8baa3f1ff133f8d58 to your computer and use it in GitHub Desktop.
HTTP Status Codes

HTTP Status Codes (Most Used)

This list contains the top 10 HTTP Status codes that are most popular

Code Name Usage
200 OK A successful GET or PUT request
201 Created A successful POST request
204 No content A successful DELETE request
400 Bad request An unsuccessful GET, POST, or PUT request, due to invalid content
401 Unauthorized Requesting a restricted URL with incorrect credentials
403 Forbidden Making a request that is not allowed
404 Not Found Unsuccessful request due to an incorrect parameter in the URL
405 Method Not Allowed Request method not allowed for the given URL
409 Conflict Unsuccessful POST request when another object already exists with the same data
500 Internal Server Error Problem with server or database server
Copy link

ghost commented Aug 20, 2014

Administrator-PRISM111

NASA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment