Teksolvr
Back to Reference Hub

HTTP Status Codes Directory

Comprehensive diagnostic files for HTTP headers protocols, response status codes, and server integrations.

Status CodeNameCategory ClassDescriptionAction
HTTP 100Continue1xx InformationalThe server has received headers, client should proceed to send request body.Details
HTTP 200OK2xx SuccessThe HTTP request was successfully executed and processed.Details
HTTP 201Created2xx SuccessA new resource has been successfully created on the server.Details
HTTP 204No Content2xx SuccessRequest processed successfully, returning no response payload.Details
HTTP 301Moved Permanently3xx RedirectionThe target URL has been assigned a new permanent URL link.Details
HTTP 302Found3xx RedirectionThe resource resides temporarily under a different routing subpath.Details
HTTP 304Not Modified3xx RedirectionThe cached client document has not changed and can be reloaded.Details
HTTP 400Bad Request4xx Client ErrorThe server cannot process the request due to client syntax error.Details
HTTP 401Unauthorized4xx Client ErrorRequest credentials missing or verification has failed.Details
HTTP 403Forbidden4xx Client ErrorThe client lacks authorization access rights to load target.Details
HTTP 404Not Found4xx Client ErrorThe server cannot map the requested URL resource path.Details
HTTP 429Too Many Requests4xx Client ErrorRate limit thresholds exceeded, requests blocked.Details
HTTP 500Internal Server Error5xx Server ErrorThe server encountered an error processing requests.Details
HTTP 502Bad Gateway5xx Server ErrorProxy backend node returned invalid status response.Details
HTTP 503Service Unavailable5xx Server ErrorThe server is temporarily overloaded or down for maintenance.Details
HTTP 504Gateway Timeout5xx Server ErrorThe backend server did not reply to gateway in time bounds.Details