List of Common HTTP Server Status Codes

This table shows two of the the most common HTTP server status codes.

Error Code Meaning
500 Internal Server Error This error is somewhat illusive as it doesn’t give you the full picture. Generally it’s best to go and find the server log file and see what additional information is displayed there. See this article to learn more.
200 Ok The request was completed successfully.

Generally for most web pages you want to see this result code because it means the page was loaded successfully.

For detailed information on other HTTP status code, see this article:

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top