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/422/index.html | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/zh-cn/web/http/status/422/index.html (limited to 'files/zh-cn/web/http/status/422') diff --git a/files/zh-cn/web/http/status/422/index.html b/files/zh-cn/web/http/status/422/index.html new file mode 100644 index 0000000000..cdb8335a08 --- /dev/null +++ b/files/zh-cn/web/http/status/422/index.html @@ -0,0 +1,33 @@ +--- +title: 422 Unprocessable Entity +slug: Web/HTTP/Status/422 +translation_of: Web/HTTP/Status/422 +--- +

{{HTTPSidebar}}

+ +

HTTP 422 状态码表示服务器理解请求实体的内容类型,并且请求实体的语法是正确的,但是服务器无法处理所包含的指令。

+ +
+

重要提示:客户端不应在不修改的情况下重复发送此请求。

+
+ +

状态码

+ +
422 Unprocessable Entity
+ +

规范

+ + + + + + + + + + + + + + +
SpecificationTitle
{{RFC("4918", "422 Unprocessable Entity" , "11.2")}}HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)
-- cgit v1.2.3-54-g00ecf