Error Code

406 : Not Acceptable

When requesting information from the server, the browser or client also includes a specification with its request for the format in which it wants the...Read More

405 : Method Not Allowed

This error is rarely seen as it specifically indicates that the email client that is being used is attempting to access the server via a prohibited me...Read More

404 Error Page

A 404 error means that a file cannot be found. If you have already uploaded the file, then either the name is misspelled or it is in the wrong folder....Read More

403 : Forbidden

The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no differen...Read More

401 : Unauthorized

Access to the URL resource requires user authentication which either has not yet been provided, or which has been provided but failed. This is commonl...Read More

400 : Bad Request

When the HTTP request completely fails to conform to the HTTP protocol, the Web server may identify it as being malformed and serve this error page. T...Read More

What is a Client Side Error Code?

Client Error Codes begin with the number 4, such as 404 or 403 (two of the most common client side errors). A Client Error Code indicates that there i...Read More