常见的HTTP错误代码
| 做为一个有着五年上网经验的老资格网虫,我浏览过众多网页,但是以下所列出来的错误代码,却依然有很多是我没见过的 | HTTP常见错误列表 | |
| 200 | : request completed (OK) | |
| 201 | : object created, reason = new URI | |
| 202 | : async completion (TBS) | |
| 203 | : partial completion | |
| 204 | : no info to return | |
| 205 | : request completed, but clear form | |
| 206 | : partial GET furfilled | |
| 300 | : server couldn't decide what to return | |
| 301 | : object permanently moved | |
| 302 | : object temporarily moved | |
| 303 | : redirection w/ new access method | |
| 304 | : if-modified-since was not modified | |
| 305 | : redirection to proxy, location header specifies proxy to use | |
| 307 | : HTTP/1.1: keep same verb | |
| 400 | : invalid syntax | |
| 401 | : access denied | |
| 402 | : payment required | |
| 403 | : request forbidden | |
| 404 | : object not found | |
| 405 | : method is not allowed | |
| 406 | : no response acceptable to client found | |
| 407 | : proxy authentication required | |
| 408 | : server timed out waiting for request | |
| 409 | : user should resubmit with more info | |
| 410 | : the resource is no longer available | |
| 411 | : the server refused to accept request w/o a length | |
| 412 | : precondition given in request failed | |
| 413 | : request entity was too large | |
| 414 | : request URI too long | |
| 415 | : unsupported media type | |
| 500 | : internal server error | |
| 501 | : required not supported | |
| 502 | : error response received from gateway | |
| 503 | : temporarily overloaded | |
| 504 | : timed out waiting for gateway | |
| 505 | : HTTP version not supported | |
哈,看到这些,又让我想起来前一阵子我们服务器出现的403、502了,呵呵那可真累人的,那段时间可真不是人过的日子。一天只睡五个小时多一点,持续了近一个月,终于在上海的孙工协助下,把原因找出来了,原来是UNISON,哎,以后打死也不用这破软件了,一心用rsync吧,简单。
本文链接地址: 常见的HTTP错误代码
近期评论