• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
导航菜单
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • windows
  • 服务器硬件
  • 服务器运维
  • 云计算
  • 虚拟化
  • IIS教程
  • Linux
  • Apache
  • Ftp
  • DNS
  • Nginx
您的位置:首页 > 服务器 >windows > HTTP请求WEB服务器返回状态代码一览表

HTTP请求WEB服务器返回状态代码一览表

作者:网友 字体:[增加 减小] 来源:互联网

本文主要包含http请求,http post请求,java http请求,http请求的基本过程,http请求头等服务器相关知识,网友希望可以进行参考

烈火建站学院文档 当浏览器向web服务器请求服务的时候可能会产生错误,下面是所有这些错误所返回的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  
204 No Content  
205 Reset Content  
206 Partial Content  

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  
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
客户端不能接受来自于服务器的回应
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
分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • HTTP请求WEB服务器返回状态代码一览表

相关文章

  • nginx图片防盗链
  • windows2003中IIS如何配置php图文详解
  • ubuntu dnsmasq配置
  • Windows服务器IIS中设置站点或目录的执行权限
  • VMware上模拟实现windows 2003集群环境
  • XenDesktop 7 软硬件需求.
  • phpmyadmin解决导入2MB以上sql文件方法
  • 无法打开登录所请求的数据库DbName的解决方法
  • Windows 系统常用MMC控制台快捷命令
  • 再讲iis6开启gzip压缩静态和动态页面(js,jpg,css,html)

文章分类

  • windows
  • 服务器硬件
  • 服务器运维
  • 云计算
  • 虚拟化
  • IIS教程
  • Linux
  • Apache
  • Ftp
  • DNS
  • Nginx

最近更新的内容

    • 选取存储设备构建数据容灾备份系统方法
    • IIS6 rewrite没有问题但rewrite规则无效解决办法
    • 限制apache日志文件access.log大小方法详解
    • Windows 2008 R2下Exchange 2010的安装准备
    • Win2003哪里下载
    • iis备份(MetaBase.xml)重装系统后怎么恢复
    • Tomcat 404 500错误页面上的版本号隐藏或修改
    • iis启用GZIP压缩Css javascript文件无效的原因及解决
    • 手把手操作Symantec Netbackup
    • Windows 中 Apache配置 与 虚拟主机 设置

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有