Tuesday, 5 April 2016

5 Most common HTTP Errors according to Google:


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.

2.HTTP Error 404 – Not Found Error
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 some of those are really cool).

3.HTTP Error 403 – Forbidden Error
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.

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.

5.HTTP Error 404 – 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.

No comments:

Post a Comment