Subscribe to Feeds

Welcome to the dfOriginal Theme. This is a free wordpress theme by Dezinerfolio

Feel free to make use of this theme for any purpose... Please make sure you leave the credit to us in the footer.

19 Sep

The top 5 HTTP errors

BY: admin

The top 5 errors, according to Google

Here they are, listed and explained in reverse order, the five most common HTTP errors. Drumroll, please…

5. HTTP error 401 (unauthorized)

This error happens when a website visitor tries to access a restricted web page but isn’t authorized to do so, usually because of a failed login attempt.

4. HTTP error 400 (bad request)

This is basically an error message from the web server telling you that the application you are using (e.g. your web browser) accessed it incorrectly or that the request was somehow corrupted on the way.

3. HTTP error 403 (forbidden)

This error is similar to the 401 error, but note the difference between unauthorized and forbidden. In this case no login opportunity was available. This can for example happen if you try to access a (forbidden) directory on a website.

2. HTTP error 404 (not found)

Most people are bound to recognize this one. A 404 error happens when you try to access a resource on a web server (usually a web page) that doesn’t exist. Some reasons for this happening can for example be a broken link, a mistyped URL, or that the webmaster has moved the requested page somewhere else (or deleted it). To counter the ill effect of broken links, some websites set up custom pages for them.

And the most common HTTP error of all is……….

1. HTTP error 500 (internal server error)

The description of this error pretty much says it all. It’s a general-purpose error message for when a web server encounters some form of internal error. For example, the web server could be overloaded and therefore unable to handle requests properly.

One Response to “The top 5 HTTP errors”

  1. Caity says:

    Nice post. A lot of people get frustrated and don’t really realize why they are getting the errors.

Leave a Reply