HTTP Status Codes
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 |