HTTP Status Codes
Comprehensive HTTP Status Code Reference Guide - Learn about redirect codes, error codes, and success codes
Featured
308 Permanent Redirect (HTTP Status Code 308)
HTTP status code 308 indicates that the requested resource has been permanently moved to a new location specified by the `Location` header.
400 Bad Request (HTTP Status Code 400)
HTTP status code 400 indicates that the server cannot understand the client's request due to incorrect request syntax.
401 Unauthorized (HTTP Status Code 401)
HTTP status code 401 indicates that the requested resource requires authentication.
403 Forbidden (HTTP Status Code 403)
HTTP status code 403 indicates that the server understood the client's request but refuses to fulfill it.
404 Not Found (HTTP Status Code 404)
HTTP status code 404 is one of the most common HTTP status codes, indicating that the server cannot find the resource requested by the client.
All Posts
402 Payment Required (HTTP Status Code 402)
HTTP status code 402 is a non-standard status code that is reserved for future use. This status code was initially created to support digital cash or micropayment systems, indicating that the requested content will only be provided after the client has completed payment.