HTTP Status Code

A three-digit code indicating whether a request succeeded, redirected, or failed.

What is an HTTP Status Code?

Every time your browser requests a webpage, the server responds with a three-digit status code indicating the result.

Status Code Ranges

RangeCategoryMeaning
2xxSuccessRequest worked
3xxRedirectGo somewhere else
4xxClient ErrorBad request or not found
5xxServer ErrorServer failed

Common Codes

CodeMeaning
200OK — page loaded successfully
301Permanent redirect
302Temporary redirect
403Forbidden — access denied
404Not found
500Internal server error
503Service unavailable

What it means for a domain lookup

← All topics