当前位置:主页 > 网站制作 > 查看页面
HTTP状态消息列表一览
1xx: 信息
100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request. 服务器只接受到部分请求,但并没有拒绝,客户应该继续请求。
101 Switching Protocols The server switches protocol. 服务器交换机议定书。
2xx: 成功
200 OK The request is OK. 请求成功。
201 Created The request is complete, and a new resource is created. 请求完成,新资源被建立。
202 Accepted The request is accepted for processing, but the processing is not complete. 进程接受请求,但整个进程尚未完毕。
203 Non-authoritative Information 文档已经正常地返回,但一些应答头标(HttpServletResponse)可能不正确。
204 No Content 没有新的内容,浏览器应该继续显示原来的文档。
205 Reset Content 没有新的内容,但浏览器应该重置它所显示的内容。用来强制浏览器清除表单输入内容。
206 Partial Content 客户发送了一个带有范围头标(Range)的 GET 请求,服务器已执行完毕。
3xx: 重定向
300 Multiple Choices A link list. The user can select a link and go to that location. Maximum five addresses. 连接列表。用户可以通过选择一个链接到达指定的链接位置。最大允许输入5个地址。
301 Moved Permanently The requested page has moved to a new url. 请求页切换到一个新的 URL 地址。
302 Found The requested page has moved temporarily to a new url. 请求页临时切换到一个新的 URL 地址。
303 See Other The requested page can be found under a different url. 请求页可以在另一个 URL 地址中找到。
304 Not Modified 客户端有缓冲的文档并发出了一个条件性的请求。
305 Use Proxy 客户请求的文档应该通过位置头标(Location)所指明的代理服务器中提取。
306 Unused This code was used in a previous version. It is no longer used, but the code is reserved. 该代码仅在先前版本中支持。当前版本已不再支持该代码,但是代码部分仍将保留。
307 Temporary Redirect The requested page has moved temporarily to a new url.
请求页临时切换到一个新的 URL 地址。
4xx: 客户端错误
400 Bad Request The server did not understand the request. 服务器不能读懂请求。
401 Unauthorized The requested page needs a username and a password. 请求页面需要输入用户名和密码。
402 Payment Required You can not use this code yet. 不允许在使用这段代码。
403 Forbidden Access is forbidden to the requested page. 禁止访问请求页面。
404 Not Found The server can not find the requested page. 服务器不能找到请求页面。
405 Method Not Allowed The method specified in the request is not allowed. 不允许该请求。
406 Not Acceptable The server can only generate a response that is not accepted by the client. 客户端不能接受来自于服务器的回应。
下一篇:没有了


相关文章