来源:http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
Hypertext Transfer Protocol (HTTP) Status Code Registry
- Last Updated
- 2016-03-01
- Available Formats
-
XML
HTML
Plain text
Registry included below
HTTP Status Codes
- Registration Procedure(s)
-
IETF Review
- Reference
- [RFC7231]
- Note
-
1xx: Informational - Request received, continuing process 2xx: Success - The action was successfully received, understood, and accepted 3xx: Redirection - Further action must be taken in order to complete the request 4xx: Client Error - The request contains bad syntax or cannot be fulfilled 5xx: Server Error - The server failed to fulfill an apparently valid request
- Available Formats
CSV
Value | Description | Reference |
---|---|---|
100 | Continue | [RFC7231, Section 6.2.1] |
101 | Switching Protocols | [RFC7231, Section 6.2.2] |
102 | Processing | [RFC2518] |
103-199 | Unassigned | |
200 | OK | [RFC7231, Section 6.3.1] |
201 | Created | [RFC7231, Section 6.3.2] |
202 | Accepted | [RFC7231, Section 6.3.3] |
203 | Non-Authoritative Information | [RFC7231, Section 6.3.4] |
204 | No Content | [RFC7231, Section 6.3.5] |
205 | Reset Content | [RFC7231, Section 6.3.6] |
206 | Partial Content | [RFC7233, Section 4.1] |
207 | Multi-Status | [RFC4918] |
208 | Already Reported | [RFC5842] |
209-225 | Unassigned | |
226 | IM Used | [RFC3229] |
227-299 | Unassigned | |
300 | Multiple Choices | [RFC7231, Section 6.4.1] |
301 | Moved Permanently | [RFC7231, Section 6.4.2] |
302 | Found | [RFC7231, Section 6.4.3] |
303 | See Other | [RFC7231, Section 6.4.4] |
304 | Not Modified | [RFC7232, Section 4.1] |
305 | Use Proxy | [RFC7231, Section 6.4.5] |
306 | (Unused) | [RFC7231, Section 6.4.6] |
307 | Temporary Redirect | [RFC7231, Section 6.4.7] |
308 | Permanent Redirect | [RFC7538] |
309-399 | Unassigned | |
400 | Bad Request | [RFC7231, Section 6.5.1] |
401 | Unauthorized | [RFC7235, Section 3.1] |
402 | Payment Required | [RFC7231, Section 6.5.2] |
403 | Forbidden | [RFC7231, Section 6.5.3] |
404 | Not Found | [RFC7231, Section 6.5.4] |
405 | Method Not Allowed | [RFC7231, Section 6.5.5] |
406 | Not Acceptable | [RFC7231, Section 6.5.6] |
407 | Proxy Authentication Required | [RFC7235, Section 3.2] |
408 | Request Timeout | [RFC7231, Section 6.5.7] |
409 | Conflict | [RFC7231, Section 6.5.8] |
410 | Gone | [RFC7231, Section 6.5.9] |
411 | Length Required | [RFC7231, Section 6.5.10] |
412 | Precondition Failed | [RFC7232, Section 4.2] |
413 | Payload Too Large | [RFC7231, Section 6.5.11] |
414 | URI Too Long | [RFC7231, Section 6.5.12] |
415 | Unsupported Media Type | [RFC7231, Section 6.5.13][RFC7694, Section 3] |
416 | Range Not Satisfiable | [RFC7233, Section 4.4] |
417 | Expectation Failed | [RFC7231, Section 6.5.14] |
418-420 | Unassigned | |
421 | Misdirected Request | [RFC7540, Section 9.1.2] |
422 | Unprocessable Entity | [RFC4918] |
423 | Locked | [RFC4918] |
424 | Failed Dependency | [RFC4918] |
425 | Unassigned | |
426 | Upgrade Required | [RFC7231, Section 6.5.15] |
427 | Unassigned | |
428 | Precondition Required | [RFC6585] |
429 | Too Many Requests | [RFC6585] |
430 | Unassigned | |
431 | Request Header Fields Too Large | [RFC6585] |
432-450 | Unassigned | |
451 | Unavailable For Legal Reasons | [RFC7725] |
452-499 | Unassigned | |
500 | Internal Server Error | [RFC7231, Section 6.6.1] |
501 | Not Implemented | [RFC7231, Section 6.6.2] |
502 | Bad Gateway | [RFC7231, Section 6.6.3] |
503 | Service Unavailable | [RFC7231, Section 6.6.4] |
504 | Gateway Timeout | [RFC7231, Section 6.6.5] |
505 | HTTP Version Not Supported | [RFC7231, Section 6.6.6] |
506 | Variant Also Negotiates | [RFC2295] |
507 | Insufficient Storage | [RFC4918] |
508 | Loop Detected | [RFC5842] |
509 | Unassigned | |
510 | Not Extended | [RFC2774] |
511 | Network Authentication Required | [RFC6585] |
512-599 | Unassigned |
HTTP Status Code [RFC]的更多相关文章
-
HTTP 1.0 Status Code Definitions
part of Hypertext Transfer Protocol -- HTTP/1.1RFC 2616 Fielding, et al. 10 Status Code Definitions ...
-
HTTP协议状态码详解(HTTP Status Code)(转)
原文链接:HTTP协议状态码详解(HTTP Status Code) 使用ASP.NET/PHP/JSP 或者javascript都会用到http的不同状态,一些常见的状态码为: 200 – 服务器成 ...
-
常见的HTTP状态码(HTTP Status Code)
HTTP状态码 当使用浏览器访问一个网页时,浏览器会向网页所在服务器发出请求.当浏览器接收并显示网页前,此网页所在的服务器会返回一个包含HTTP状态码的信息头(server header)用以响应浏览 ...
-
status http status code 状态码
RFC 6585 - Additional HTTP Status Codes https://tools.ietf.org/html/rfc6585 https://developer.mozill ...
-
http status code
属于转载 http status code:200:成功,服务器已成功处理了请求,通常这表示服务器提供了请求的网页 404:未找到,服务器未找到 201-206都表示服务器成功处理了请求的状态代码,说 ...
-
重定向Http status code 303 和 302
http 302 http 303 Http 302 302是一个普通的重定向代码.直观的看来是,请求者(浏览器或者模拟http请求)发起一个请求,然后服务端重定向到另一个地址.而事实上,服务端仅仅是 ...
-
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. ...
-
常见http status code
常见http status code 常见的状态码: HTTP: Status200– 服务器成功返回网页 HTTP: Status404– 请求的网页不存在 HTTP: Status503– 服务不 ...
-
HttpWebRequest.GetResponse() raises exception when http status code 400 (bad request) is returned
参考: .Net HttpWebRequest.GetResponse() raises exception when http status code 400 (bad request) is re ...
随机推荐
-
csharp: DBNull and DateTime
/// <summary> /// /// </summary> /// <param name="dateTime"></param&g ...
-
sql概要
sql(structured query language) 1.比较运算符一共有六种,分别为等于(=),小于(<),大于(>),小于或等于(<=),大于或等于(>=)以及不等 ...
-
git中手动删除的文件如何在git中删除
在日常开发中,我们可能或手动删除(delete键删除的)一些文件,然而我们本来应该是用git rm fileName命令删除的,但是现在我们手动删除了,那么要如何在git里面讲那些手动删除的文件删除呢 ...
-
【转】Shell执行MySql操作
mysql -hhostname -Pport -uusername -ppassword -e 相关mysql的sql语句,不用在mysql的提示符下运行mysql,即可以在shell中操作m ...
-
在VS2012中实现Ext JS的智能提示太简单了
Visual Studio 2012太强大了,居然能自己会去提取Ext JS的类的属性和方法,从而实现只能提示.下面就来介绍一下实现这个功能. 在Visual Studio 2012中随便创建一个We ...
-
js简单四则运算
作业来源 本次作业要求来自于:https://edu.cnblogs.com/campus/gzcc/GZCC-16SE1/homework/2166 我的项目GitHub远程仓库地址:https:/ ...
-
Nginx高性能优化
#Nginx配置文件优化 worker_processes ; # nginx进程数,建议按照cpu数目来指定,一般为它的倍数. worker_cpu_affinity ; # 为每个进程分配CPU的 ...
-
oc(object-c)知识汇总/总结/区别对比(持续更新)
1.判断某个类是否实现了某方法: A *a =[[A alloc] autorelease]; if([a respondsToSelector:@selector(methodName)]){ // ...
-
vue 的调试工具
转载自:http://www.cnblogs.com/lolDragon/p/6268345.html 安装 1.github下载地址:https://github.com/vuejs/vue-dev ...
-
(转)Android 50道面试题总结(大家看看吧)
1. 方法重载与覆盖的区别?(Overload与Override的区别)2. String 和StringBuffer的区别3. 字符串“abcde”通过写一个函数不让调用第三方的字符串,实现一个字符 ...