HTTP Status Codes

HTTP Status Codes

A complete reference of HTTP status codes with their meanings. Click any row to copy the status code.

FAQ

Q: What are HTTP status codes?

A: HTTP status codes are 3-digit numbers returned by a server to indicate the result of a client's request. They are grouped into 5 classes: 1xx (informational), 2xx (success), 3xx (redirection), 4xx (client error), and 5xx (server error).

Q: What is the difference between 301 and 302?

A: 301 Moved Permanently means the resource has been permanently moved to a new URL. 302 Found is a temporary redirect — the resource may return to the original URL later.

Q: What does 404 mean?

A: 404 Not Found means the server could not find the requested resource. It does not indicate whether the absence is temporary or permanent.

You May Also Like