HTTP Status Codes

Web Development

Complete reference of HTTP status codes with meanings and use cases

Total: 10 items
Code
Name
Category
Meaning
200OKSuccessThe request succeeded
201CreatedSuccessThe request succeeded and a new resource was created
204No ContentSuccessThe request succeeded but there's no content to return
400Bad RequestClient ErrorThe server cannot process the request due to client error
401UnauthorizedClient ErrorAuthentication is required and has failed or not been provided
403ForbiddenClient ErrorThe client does not have access rights to the content
404Not FoundClient ErrorThe server cannot find the requested resource
500Internal Server ErrorServer ErrorThe server encountered an unexpected condition
502Bad GatewayServer ErrorInvalid response from upstream server
503Service UnavailableServer ErrorThe server is not ready to handle the request

About This Database

Complete reference of HTTP status codes with meanings and use cases

Last updated: March 2, 2026