From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/http/status/428/index.html | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/zh-cn/web/http/status/428/index.html (limited to 'files/zh-cn/web/http/status/428') diff --git a/files/zh-cn/web/http/status/428/index.html b/files/zh-cn/web/http/status/428/index.html new file mode 100644 index 0000000000..bd8beb5674 --- /dev/null +++ b/files/zh-cn/web/http/status/428/index.html @@ -0,0 +1,43 @@ +--- +title: 428 Precondition Required +slug: Web/HTTP/Status/428 +tags: + - HTTP + - 客户端错误 + - 状态码 +translation_of: Web/HTTP/Status/428 +--- +
{{HTTPSidebar}}
+ +

在HTTP协议中,响应状态码  428 Precondition Required 表示服务器端要求发送条件请求。

+ +

一般的,这种情况意味着必要的条件首部——如 {{HTTPHeader("If-Match")}} ——的缺失。.

+ +

当一个条件首部的值不能匹配服务器端的状态的时候,应答的状态码应该是 {{HTTPStatus(412)}} Precondition Failed,前置条件验证失败。

+ +

状态

+ +
428 Precondition Required
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("6585", "428 Precondition Required" , "3")}}Additional HTTP Status Codes
+ +

相关内容

+ + -- cgit v1.2.3-54-g00ecf