HTTP Response中的Status-Code
1XX
: 通知信息。请求被接收,继续处理2XX
: 成功。请求动作被成功接收、理解和接受3XX
: 重定向。需要其他的动作来完成这个请求4XX
: 客户端错误。请求包含错误的语法或者缺少语法5XX
: 服务端错误。服务端无法完成有效的请求
上述状态码在HTTP/1.1中定义,下面是一组相关的错误原因。
1XX
100
; Section 10.1.1: Continue101
; Section 10.1.2: Switching Protocols
2XX
200
; Section 10.2.1: OK201
; Section 10.2.2: Created202
; Section 10.2.3: Accepted203
; Section 10.2.4: Non-Authoritative Information204
; Section 10.2.5: No Content205
; Section 10.2.6: Reset Content206
; Section 10.2.7: Partial Content
3XX
300
; Section 10.3.1: Multiple Choices301
; Section 10.3.2: Moved Permanently302
; Section 10.3.3: Found303
; Section 10.3.4: See Other304
; Section 10.3.5: Not Modified305
; Section 10.3.6: Use Proxy307
; Section 10.3.8: Temporary Redirect
4XX
400
; Section 10.4.1: Bad Request401
; Section 10.4.2: Unauthorized402
; Section 10.4.3: Payment Required403
; Section 10.4.4: Forbidden404
; Section 10.4.5: Not Found405
; Section 10.4.6: Method Not Allowed406
; Section 10.4.7: Not Acceptable407
; Section 10.4.8: Proxy Authentication Required408
; Section 10.4.9: Request Time-out409
; Section 10.4.10: Conflict410
; Section 10.4.11: Gone411
; Section 10.4.12: Length Required412
; Section 10.4.13: Precondition Failed413
; Section 10.4.14: Request Entity Too Large414
; Section 10.4.15: Request-URI Too Large415
; Section 10.4.16: Unsupported Media Type416
; Section 10.4.17: Requested range not satisfiable417
; Section 10.4.18: Expectation Failed
5XX
500
; Section 10.5.1: Internal Server Error501
; Section 10.5.2: Not Implemented502
; Section 10.5.3: Bad Gateway503
; Section 10.5.4: Service Unavailable504
; Section 10.5.5: Gateway Time-out505
; Section 10.5.6: HTTP Version not supported
HTTP Response中的Status-Code的更多相关文章
- WCF REST开启Cors 解决 No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access. The response had HTTP status code 405.
现象: 编写了REST接口: [ServiceContract] public interface IService1 { [OperationContract] [WebInvoke(UriTemp ...
- HTTP 1.0 Status Code Definitions
part of Hypertext Transfer Protocol -- HTTP/1.1RFC 2616 Fielding, et al. 10 Status Code Definitions ...
- C#、JAVA操作Hadoop(HDFS、Map/Reduce)真实过程概述。组件、源码下载。无法解决:Response status code does not indicate success: 500。
一.Hadoop环境配置概述 三台虚拟机,操作系统为:Ubuntu 16.04. Hadoop版本:2.7.2 NameNode:192.168.72.132 DataNode:192.168.72. ...
- Js 跨域CORS报错 Response for preflight has invalid HTTP status code 405
问题 公司项目H5调用接口遇到Response for preflight has invalid HTTP status code 405这样的错误,是使用PUT方式提交请求接口.Content-T ...
- 转 Js 跨域CORS报错 Response for preflight has invalid HTTP status code 405
转自:http://www.cnblogs.com/SilenceTom/p/6697484.html 调用接口遇到Response for preflight has invalid HTTP st ...
- INFO: Ignoring response <403 https://movie.douban.com/top250>: HTTP status code is not handled or not allowed
爬取豆瓣电影top250,出现以下报错: 2018-08-11 22:02:16 [scrapy.core.engine] INFO: Spider opened 2018-08-11 22:02:1 ...
- C# 移除Response Header,403调整返回为404Make IIS return a 404 status code instead of 403
Server Information Revealed For the benefit of those who land here through a google/bing search:: He ...
- 解决爬虫浏览器中General显示 Status Code:304 NOT MODIFIED,而在requests请求时出现403被拦截的情况。
在此,非常感谢 “完美风暴4” 的无私共享经验的精神 在Python爬虫爬取网站时,莫名遇到 浏览器中General显示 Status Code: 304 NOT MODIFIED 而在req ...
- Heritrix源码分析(十) Heritrix中的Http Status Code(Http状态码)(转)
本博客属原创文章,欢迎转载!转载请务必注明出处:http://guoyunsky.iteye.com/blog/649737 本博客已迁移到本人独立博客: http://www.yun5u ...
- 重定向Http status code 303 和 302
http 302 http 303 Http 302 302是一个普通的重定向代码.直观的看来是,请求者(浏览器或者模拟http请求)发起一个请求,然后服务端重定向到另一个地址.而事实上,服务端仅仅是 ...
随机推荐
- 自定义android程序一段时间无操作后的功能
项目中遇见一个这样的需求,就是当软件在一定时间没有操作时候需要弹出广告页面,当点击广告页面时又进行软件操作,也就是广告要在软件打开并且处于未操作状态才会出来. 方法一:用handler+onTouch ...
- Linux中/proc/[pid]/status详细说明
[root@localhost ~]# cat /proc/self/status Name: cat State: R (running) SleepAVG: 88% Tgid: 5783 Pid: ...
- oracle更新统计信息以及解锁统计信息
begin dbms_stats.unlock_table_stats(ownname => 'DM_MPAY', tabname => 'PLAT_INFO');end; begin d ...
- EDIUS分别输出视频和音频的教程
使用EDIUS剪辑好视频之后渲染输出文件时,为什么视频和音频分别出,而不是一起呢?这个问题很可能会让一些新手困惑不已,到底是什么原因呢?又要如何设置才能让输出的文件视音频一体呢?下面,小编将来和大家探 ...
- 写window应用程序日志System.Diagnostics.EventLog.WriteEntry
System.Diagnostics.EventLog.WriteEntry( MySource , Writing to event log. ); 可以写window应用程序日志 查看的地方:右击 ...
- jQuery中each的用法之退出循环和结束本次循环
jQuery中each的用法之退出循环和结束本次循环 jQuery中each类似于javascript的for循环 但不同于for循环的是在each里面不能使用break结束循环,也不能使用conti ...
- 使用SQL Server存储ASP.NET Session变量
创建和配置ASP.NET Session状态数据库 在基于NLB(网络负载平衡)环境下的ASP.NET Web应用程序开发,我们需要将Session存储在数据库中供多个Web应用程序调用,以下为配置方 ...
- 必须Mark!43个优秀的Swift开源项目推荐
摘要:拥有着苹果先天生态优势的Swift自发布以来,各种优秀的开源项目便层出不穷.本文作者站在个人的角度,将2014年Swift开源项目做了一个甄别.筛选,从工具.存储.网络.界面.框架到Demo以及 ...
- jQuery Mobile_页面事件
<!doctype html> <html> <head> <meta charset="utf-8"> <title> ...
- ScrumMaster需要了解的7件事
当一个组织开始使用Scrum时,被选为担任Scrumaster角色的人通常来自于那些有管理背景的人.组织期望那些管理人员,所谓的“大师”,能够交付Scrum项目因为她有管理的专门知识——并且可以同时管 ...