Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]: remove 'Browser compatibility' from some 'HTTP status code' docs #24198

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/100/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ HTTP **`100 Continue`** 信息型状态响应码表示目前为止一切正常

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPHeader("Expect")}}
Expand Down
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/200/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ slug: Web/HTTP/Status/200

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- [HTTP 请求方法](/zh-CN/docs/Web/HTTP/Methods)
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/201/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ slug: Web/HTTP/Status/201

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- [HTTP request methods](/zh-CN/docs/Web/HTTP/Methods)
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/206/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ Content-Range: bytes 4590-7999/8000

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPHeader("If-Range")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/301/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Location: http://www.example.org/index.asp

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("308")}},当使用的请求方法永远不会更改时,等价于此状态代码。
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/302/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ HTTP **`302 Found`** 重定向状态码表明请求的资源被暂时的移动

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("307")}} `Temporary Redirect`, the equivalent of this status code, but that never changes the method used.
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/303/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ HTTP **303 See Other** 重定向状态码,通常作为 {{HTTPMethod("PUT")}}

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("302")}} `Found`, the temporary redirect
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/304/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ HTTP **`304 Not Modified`** 说明无需再次传输请求的内容,也就是

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 兼容性提醒

- 如果响应错误的携带了响应体,那么浏览器会有不同的行为,详情请见 [204 No Content](/zh-CN/docs/Web/HTTP/Status/204) 。
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/307/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ slug: Web/HTTP/Status/307

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("302", "302 Found")}}, the equivalent of this status code, but that may change the method used when it is not a {{HTTPMethod("GET")}}.
Expand Down
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/401/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ WWW-Authenticate: Basic realm="Access to staging site"

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- [HTTP authentication](/zh-CN/docs/Web/HTTP/Authentication)
- {{HTTPHeader("WWW-Authenticate")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/403/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("401")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/404/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ ErrorDocument 404 /notfound.html

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("410")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/406/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ HTTP 协议中的 **`406 Not Acceptable`** 状态码表示客户端错误,指

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPHeader("Accept-Language")}}
Expand Down
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/407/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ Proxy-Authenticate: Basic realm="Access to internal site"

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- [HTTP authentication](/zh-CN/docs/Web/HTTP/Authentication)
- {{HTTPHeader("WWW-Authenticate")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/410/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ HTTP **`410 Gone`** 说明请求的目标资源在原服务器上不存在了,

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus(404)}}
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/412/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ slug: Web/HTTP/Status/412

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus("304")}}
Expand Down
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/416/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ HTTP **`416 Range Not Satisfiable`** 错误状态码意味着服务器无法处

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 更多内容
## 参见

- {{HTTPStatus(206)}} `Partial Content`
- {{HTTPHeader("Content-Range")}}
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/418/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ HTTP **`418 I'm a teapot`** 客户端错误响应状态码表示服务器拒绝

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- [维基百科:超文本咖啡壶控制协议](https://zh.wikipedia.org/wiki/超文本咖啡壶控制协议)
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/451/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ operated by the People's Front of Judea.</p>

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- [Wikipedia: HTTP 451](https://zh.wikipedia.org/wiki/HTTP_451)
- [Wikipedia: Fahrenheit 451](https://zh.wikipedia.org/wiki/Fahrenheit_451) (which gave this status code its number)
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/500/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ slug: Web/HTTP/Status/500

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- [HTTP/1.1: Status Code Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/501/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ HTTP **`501 Not Implemented`** 服务器错误响应码表示请求的方法不
## 规范

{{Specifications}}

## 浏览器兼容性

{{Compat}}
4 changes: 0 additions & 4 deletions files/zh-cn/web/http/status/502/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ slug: Web/HTTP/Status/502

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- {{HTTPStatus(504)}}
Expand Down
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/503/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ slug: Web/HTTP/Status/503

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- {{HTTPHeader("Retry-After")}}
6 changes: 1 addition & 5 deletions files/zh-cn/web/http/status/504/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ slug: Web/HTTP/Status/504

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 相关内容
## 参见

- {{HTTPStatus(502)}}