Common HTML Error Codes with details

on Monday, August 20, 2012

CodeDescriptionComment/Reason
100Continue 
101Switching Protocols 
200OKAction complete successfully
201CreatedSuccess following a POST command
202AcceptedThe request has been accepted for processing, but the processing has not yet been completed.
203Partial InformationResponse to a GET command, indicates that the returned information is from a private web.
204No ContentServer has received the request but there is nothing to send back. (Empty Document)
205Reset Content 
206Partial ContentThe requested file was partially sent.   Usually caused by stopping or refreshing a web page before it loads.
300Multiple ChoicesThe request could fit multiple files.
301Moved PermanentlyRequested a directory instead of a file.   The web server substituted the index.html file.
302Moved Temporarily 
303See Other 
304Not ModifiedThe cached version of the requested file is the same as the file to be sent.
305Use Proxy 
400Bad RequestThe request had bad syntax or could not be interpreted.
401UnauthorizedUser failed to provide a valid user name / password required for access to file / directory.
402Payment Required 
403ForbiddenAccess to a protected or private password protected folder was attempted.
404Not FoundThe requested file was not found.
405Method Not Allowed 
406Not Acceptable 
407Proxy Authentication Required 
408Request Time-OutThe server did not respond in the allocated time.
409Conflict  
410Gone 
411Length Required 
412Precondition Failed 
413Request Entity Too Large 
414Request-URL Too LargeThe submitted URL was too long to be interpreted by the server.
415Unsupported Media Type 
500Server ErrorThe server encountered an unexpected condition which prevented it from fulfilling the request
501Not ImplementedThe server does not support the service required.
502Bad Gateway  
503Out of ResourcesThe server cannot process the request due to a system overload.  This is usually a temporary condition.
504Gateway Time-OutThe service did not respond within the time frame that the gateway was set to wait.
505HTTP Version not supportedThe Web Server does not understand the version of http used by the browser.

0 comments:

Post a Comment