soleimanian 0 Report post Posted September 17, 2004 http error codes:400: Bad request401.1: Logon failed401.2: Logon failed due to server configuration401.3: Unauthorized due to ACL on resource401.4: Authorization failed by filter401.5: Authorization failed by ISAPI/CGI application403.1: Execute access forbidden403.2: Read access forbidden403.3: Write access forbidden403.4: SSL required403.5: SSL 128 required403.6: IP address rejected403.7: Client certificate required403.8: Site access denied403.9: Too many users403.10: Invalid configuration403.11: Password change403.12: Mapper denied access403.13: Client certificate revoked 403.14: Directory listing denied403.15: Client Access Licenses exceeded 403.16: Client certificate untrusted or invalid 403.17: Client certificate has expired or is not yet valid404: Not found404.1: Site not found405: Method not allowed406: Not acceptable407: Proxy authentication required412: Precondition Failed414: Request-URI too long500: Internal server error500.12: Application restarting500.13: Server too busy500.15: Requests for Global.asa not allowed500-100.asp: ASP error501: Not implemented502: Bad gateway Share this post Link to post Share on other sites
almoo7 0 Report post Posted September 20, 2004 Instead of posting a new topic about HTML errors/codes, i'd just reply to this post with some of the codes that are related to HTML and HTTP Errors/Codes, below were not included:100 - Continue101 - Switching Protocols200 - Action complete successfully201 - Created - Success following a POST command202 - Accepted - The request has been accepted for processing, but the processing has not yet been completed.203 - Partial Information - Response to a GET command, indicates that the returned information is from a private web.204 - No Content - Server has received the request but there is nothing to send back. (Empty Document)205 - Reset Content206 - Partial Content - The requested file was partially sent. Usually caused by stopping or refreshing a web page before it loads.300 - Multiple Choices - The request could fit multiple files.301 - Moved Permanently - Requested a directory instead of a file. The web server substituted the index.html file.302 - Moved Temporarily303 - See Other304 - Not Modified - The cached version of the requested file is the same as the file to be sent.305 - Use Proxy408 - Request Time Out409 - Conflict410 - Gone411 - Length Required413 - Request Entity too large415 - Unsupported Media Type503 - Out of Resources - The server cannot process the request due to a system overload. This is usually a temporary condition.504 - Gateway Time-Out - The service did not respond within the time frame that the gateway was set to wait.505 - HTTP Version not supported - The Web Server does not understand the version of http used by the browser.Well, now you will know something about those error codes you see in webpages and those that you haven't seen yet. Share this post Link to post Share on other sites
daniel151405241469 0 Report post Posted September 23, 2004 2xx codes = status3xx = redirect / proxy4xx codes = errors5xx = errorsthat's what i know from memory, it might be a bit different. Share this post Link to post Share on other sites
flachi 0 Report post Posted May 17, 2005 Instead of posting unuseful codes, you should really take a look at http://www.w3.org/Protocols/rfc2616/rfc2616.html . It is the HTTP 1.1 RFC (protocol reference). You can find ther eanything you want. By knowing a little programming and reading that you can simply make HTTP based applications. Share this post Link to post Share on other sites
iGuest 3 Report post Posted May 21, 2005 Nice reply flachi. It really cuts out of the work. Share this post Link to post Share on other sites