gabrysiak
8/20/2014 - 4:44 PM

HTTP Status Codes

HTTP Status Codes

HTTP Status Codes (Most Used)

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

CodeNameUsage
200OKA successful GET or PUT request
201CreatedA successful POST request
204No contentA successful DELETE request
400Bad requestAn unsuccessful GET, POST, or PUT request, due to invalid content
401UnauthorizedRequesting a restricted URL with incorrect credentials
403ForbiddenMaking a request that is not allowed
404Not FoundUnsuccessful request due to an incorrect parameter in the URL
405Method Not AllowedRequest method not allowed for the given URL
409ConflictUnsuccessful POST request when another object already exists with the same data
500Internal Server ErrorProblem with server or database server