HTTP Status Codes List

Ad
HTTP status codes tell the browser what happened: 200 means OK, 301 is a permanent redirect, 404 means not found, and 500 is a server error.
CodeMeaningClass
100ContinueInformational
101Switching ProtocolsInformational
200OKSuccess
201CreatedSuccess
202AcceptedSuccess
204No ContentSuccess
301Moved PermanentlyRedirect
302FoundRedirect
304Not ModifiedRedirect
307Temporary RedirectRedirect
308Permanent RedirectRedirect
400Bad RequestClient error
401UnauthorizedClient error
403ForbiddenClient error
404Not FoundClient error
405Method Not AllowedClient error
408Request TimeoutClient error
409ConflictClient error
410GoneClient error
418I'm a teapotClient error
429Too Many RequestsClient error
500Internal Server ErrorServer error
502Bad GatewayServer error
503Service UnavailableServer error
504Gateway TimeoutServer error

About this table

Complete list of HTTP status codes with meanings: 1xx informational, 2xx success, 3xx redirect, 4xx client errors, 5xx server errors.

Ad