Knowledgebase Article

Client Error Codes


We get 400-499 when the request is incomplete for some reason.Here is list of error codes:
400 - Bad Request, there is a syntax error in the request, and it is denied. Please recheck the website url you have typed in the address bar.
403 - Forbidden, the client is not allowed to see a certain file. This is also returned at times when the server doesn't want any more visitors. Please check the permissions you have set for the files/folders in the website.
404 - Document not found, the requested file was not found on the server. Possibly because it was deleted, or never existed before. Often caused by misspellings of URLs.
406 - The requested file exists but cannot be used as the client system doesn't understand the format the file is configured for.
408 - Request Timeout - the server took longer than its allowed time to process the request. Often caused by heavy net traffic. Please try again after some time.
409 - Too many concurrent requests for a single file. Please try again after some time.
410 - The file used to be in this position, but is there no longer.
413 - The requested file was too big to process.

Viewed 4635 times.
Posted on: 25th Sep 2007 06:36:37
Updated on: 6th Oct 2007 02:50:00

Search our Knowledge Base