HTTP status codes indicate the type of result of a client's HTTP request to a Web server. The default result is 200 (OK), indicating that the request is fulfilled with the response, for example by returning the requested web page. Other status codes exist for informational purposes (10x), successful requests (20x), redirects (30x), client errors (4xx) and server errors (50x).