René's URL Explorer Experiment


Title: HTTP 状态码备忘清单 & http-status-code cheatsheet & Quick Reference

direct link

Domain: ref.mingming.dev

authorjaywcjlove
licenseMIT
fundinghttps://jaywcjlove.github.io/#/sponsor

Links:

Quick Referencehttps://ref.mingming.dev/index.html
搜索⌘Kjavascript:void(0);
编辑https://github.com/jaywcjlove/reference/blob/main/docs/http-status-code.md
https://github.com/jaywcjlove/reference
https://ref.mingming.dev/docs/http-status-code.html#http-状态码备忘清单
HTTP 状态码https://ref.mingming.dev/docs/http-status-code.html#http-状态码
含义https://ref.mingming.dev/docs/http-status-code.html#含义
2xx. 成功https://ref.mingming.dev/docs/http-status-code.html#2xx-成功
4xx. 客户端错误https://ref.mingming.dev/docs/http-status-code.html#4xx-客户端错误
1xx. 信息https://ref.mingming.dev/docs/http-status-code.html#1xx-信息
3xx. 重定向https://ref.mingming.dev/docs/http-status-code.html#3xx-重定向
5xx. 服务器错误https://ref.mingming.dev/docs/http-status-code.html#5xx-服务器错误
RESTful APIhttps://ref.mingming.dev/docs/http-status-code.html#restful-api
5xx 永久性否定https://ref.mingming.dev/docs/http-status-code.html#5xx-永久性否定
另见https://ref.mingming.dev/docs/http-status-code.html#另见
https://ref.mingming.dev/docs/http-status-code.html#http-状态码
https://ref.mingming.dev/docs/http-status-code.html#含义
1xx: 信息代表已收到请求并且该过程正在继续https://ref.mingming.dev/docs/http-status-code.html#1xx-%E4%BF%A1%E6%81%AF
2xx: 成功代表该操作已成功接收、理解和接受https://ref.mingming.dev/docs/http-status-code.html#2xx-%E6%88%90%E5%8A%9F
3xx: 重定向代表必须采取进一步行动才能完成请求https://ref.mingming.dev/docs/http-status-code.html#3xx-%E9%87%8D%E5%AE%9A%E5%90%91
4xx: 客户端错误代表请求包含不正确的语法或无法完成https://ref.mingming.dev/docs/http-status-code.html#4xx-%E5%AE%A2%E6%88%B7%E7%AB%AF%E9%94%99%E8%AF%AF
5xx: 服务器错误代表服务器未能满足明显有效的请求https://ref.mingming.dev/docs/http-status-code.html#5xx-%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%94%99%E8%AF%AF
https://ref.mingming.dev/docs/http-status-code.html#2xx-成功
200: OK请求成功https://tools.ietf.org/html/rfc7231#section-6.3.1
201: 已创建请求成功,并创建了新的资源https://tools.ietf.org/html/rfc7231#section-6.3.2
202: 已接受请求成功,但处理尚未完成https://tools.ietf.org/html/rfc7231#section-6.3.3
203: Non-Authoritative Information请求成功,但负载经过了第三方服务器的修改,而非原始负载https://tools.ietf.org/html/rfc7231#section-6.3.4
204: No Content响应给出了状态码和标头,但响应中没有实体主体https://tools.ietf.org/html/rfc7231#section-6.3.5
205: Reset Content请求成功,但浏览器应重置文档视图,比如清空表单内容、重置 canvas 状态或者刷新用户界面https://tools.ietf.org/html/rfc7231#section-6.3.6
206: Partial Content请求成功,服务器正在返回请求所指定部分的数据。用于响应标头中指定了数据区间的请求。服务器必须使用 Content-Range 标头指定响应中包含的数据区间https://tools.ietf.org/html/rfc7233#section-4.1
https://ref.mingming.dev/docs/http-status-code.html#4xx-客户端错误
400: Bad Request服务器不理解该请求https://tools.ietf.org/html/rfc7231#section-6.5.1
401: Unauthorized请求的页面需要用户名和密码https://tools.ietf.org/html/rfc7235#section-3.1
402: Payment Required您目前还不能使用此代码。402 状态码被创建最初用于表明请求的内容只有付费之后才能获取。目前不存在标准的使用约定https://tools.ietf.org/html/rfc7231#section-6.5.2
403: Forbidden禁止了对于此页面的请求https://tools.ietf.org/html/rfc7231#section-6.5.3
404: Not Found服务器找不到请求的页面https://tools.ietf.org/html/rfc7231#section-6.5.4
405: Method Not Allowed请求中指定的方法不被允许https://tools.ietf.org/html/rfc7231#section-6.5.5
406: Not Acceptable服务器只能生成客户端不接受的响应https://tools.ietf.org/html/rfc7231#section-6.5.6
407: Proxy Authentication Required您必须先通过代理服务器进行身份验证,然后才能提供此请求https://tools.ietf.org/html/rfc7235#section-3.2
408: Request Timeout请求花费的时间比服务器准备等待的时间长https://tools.ietf.org/html/rfc7231#section-6.5.7
409: Conflict由于冲突,请求无法完成https://tools.ietf.org/html/rfc7231#section-6.5.8
410: Gone请求的页面不再可用https://tools.ietf.org/html/rfc7231#section-6.5.9
411: Length Required“Content-Length”未定义。 没有它,服务器将不会接受请求https://tools.ietf.org/html/rfc7231#section-6.5.10
412: Precondition Failed请求中给出的前提条件被服务器评估为 falsehttps://tools.ietf.org/html/rfc7232#section-4.2
413: Payload Too Large服务器不会接受请求,因为请求实体太大https://tools.ietf.org/html/rfc7231#section-6.5.11
414: URI Too Long服务器不会接受请求,因为 url 太长。 当您将“发布”请求转换为具有长查询信息的“获取”请求时发生https://tools.ietf.org/html/rfc7231#section-6.5.12
415: Unsupported Media Type服务器不会接受请求,因为不支持媒体类型https://tools.ietf.org/html/rfc7231#section-6.5.13
416: Range Not Satisfiable请求的字节范围不可用且超出范围https://tools.ietf.org/html/rfc7233#section-4.4
417: Expectation Failed此服务器无法满足在 Expect 请求标头字段中给出的期望https://tools.ietf.org/html/rfc7231#section-6.5.14
426: Upgrade Required服务器拒绝使用当前协议执行请求,但在客户端升级到不同协议后可能愿意这样做https://tools.ietf.org/html/rfc7231#section-6.5.15
451: Unavailable For Legal Reasons此状态代码表示服务器拒绝访问资源作为法律要求的结果https://datatracker.ietf.org/doc/html/rfc7725#section-3
https://ref.mingming.dev/docs/http-status-code.html#1xx-信息
100: Continue服务器只收到了请求的一部分,但只要没有被拒绝,客户端就应该继续请求https://tools.ietf.org/html/rfc7231#section-6.2.1
101: Switching Protocols服务器切换协议https://tools.ietf.org/html/rfc7231#section-6.2.2
102: Processing用于通知客户端服务器已接受完整请求但尚未完成的临时响应https://tools.ietf.org/html/rfc2518#section-10.1
https://ref.mingming.dev/docs/http-status-code.html#3xx-重定向
300: Multiple Choices一个链接列表。 用户可以选择一个链接并转到该位置。 最多五个地址https://tools.ietf.org/html/rfc7231#section-6.4.1
301: Moved Permanently请求的页面已移至新的 urlhttps://tools.ietf.org/html/rfc7231#section-6.4.2
302: Found请求的页面已临时移动到新的 urlhttps://tools.ietf.org/html/rfc7231#section-6.4.3
303: See Other请求的页面可以在不同的 url 下找到https://tools.ietf.org/html/rfc7231#section-6.4.4
304: Not Modified这是对 If-Modified-Since 或 If-None-Match 标头的响应代码,其中 URL 自指定日期以来未修改https://tools.ietf.org/html/rfc7232#section-4.1
305: Use Proxy请求的 URL 必须通过 Location 标头中提到的代理访问https://tools.ietf.org/html/rfc7231#section-6.4.5
306: Unused此代码在以前的版本中使用过。 它不再使用,但代码被保留https://tools.ietf.org/html/rfc7231#section-6.4.6
307: Temporary Redirect请求的页面已临时移动到新的 urlhttps://tools.ietf.org/html/rfc7231#section-6.4.7
https://ref.mingming.dev/docs/http-status-code.html#5xx-服务器错误
500: Internal Server Error请求未完成。服务器遇到了意外情况https://tools.ietf.org/html/rfc7231#section-6.6.1
501: Not Implemented请求未完成。服务器不支持所需的功能https://tools.ietf.org/html/rfc7231#section-6.6.2
502: Bad Gateway请求未完成。服务器收到来自上游服务器的无效响应https://tools.ietf.org/html/rfc7231#section-6.6.3
503: Service Unavailable请求未完成。服务器暂时超载或停机https://tools.ietf.org/html/rfc7231#section-6.6.4
504: Gateway Timeout网关已超时https://tools.ietf.org/html/rfc7231#section-6.6.5
505: HTTP Version Not Supported服务器不支持“http 协议”版本https://tools.ietf.org/html/rfc7231#section-6.6.6
https://ref.mingming.dev/docs/http-status-code.html#restful-api
https://ref.mingming.dev/docs/http-status-code.html#5xx-永久性否定
https://ref.mingming.dev/docs/http-status-code.html#另见
常见 HTTP/FTP/WebSocket 错误代码大全https://jaywcjlove.github.io/handbook/other/HTTP-status-codes.html
HTTP 状态码列表https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
FTP 状态码列表https://en.wikipedia.org/wiki/List_of_FTP_server_return_codes
MDN CloseEventhttps://developer.mozilla.org/zh-CN/docs/Web/API/CloseEvent
HTTP 404https://en.wikipedia.org/wiki/HTTP_404#Custom_error_pages
List of FTP server return codeshttps://en.wikipedia.org/wiki/List_of_FTP_server_return_codes
HTTP概述https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Overview
Help for HTTP error 403: “Forbidden”http://www.getnetgoing.com/HTTP-403.html
实用的 RESTful API 最佳实践https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
Kenny Wanghttps://wangchujiang.com/#/app

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.