消息:
|
描述:
|
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 客户端不能接受来自于服务器的回应
|
407 Proxy Authentication Required
|
You must authenticate with a proxy server before this request can be served 不许在该请求被处理之前确定是否使用了代理服务器
|
408 Request Timeout
|
The request took longer than the server was prepared to wait 请求超时
|
409 Conflict
|
The request could not be completed because of a conflict 请求发生冲突
|
410 Gone
|
The requested page is no longer available 请求页已失效
|
411 Length Required
|
The "Content-Length" is not defined. The server will not accept the request without it 用于"Content-Length"未定义导致服务器不能接受该请求
|
412 Precondition Failed
|
The precondition given in the request evaluated to false by the server 请求中的预处理过程失败
|
413 Request Entity Too Large
|
The server will not accept the request, because the request entity is too large 由于请求实体过大导致服务器不接受该请求
|
414 Request-url Too Long
|
The server will not accept the request, because the url is too long. Occurs when you convert a "post" request to a "get" request with a long query information 服务器不接受该请求,因为URL过长。当你通过一条较长的查询信息将“post”请求转换为“get”请求时,将会发生该错误
|
415 Unsupported Media Type
|
The server will not accept the request, because the media type is not supported 服务器不接受该请求,主要是因为使用的媒体类型不支持
|
416
|
|
417 Expectation Failed
|
|