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/400/index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/zh-cn/web/http/status/400/index.html (limited to 'files/zh-cn/web/http/status/400') diff --git a/files/zh-cn/web/http/status/400/index.html b/files/zh-cn/web/http/status/400/index.html new file mode 100644 index 0000000000..4e4c9fed21 --- /dev/null +++ b/files/zh-cn/web/http/status/400/index.html @@ -0,0 +1,30 @@ +--- +title: 400 Bad Request +slug: Web/HTTP/Status/400 +tags: + - 客户端错误 + - 状态码 +translation_of: Web/HTTP/Status/400 +--- +
{{HTTPSidebar}}
+ +

HTTP 400 Bad Request 响应状态码表示由于语法无效,服务器无法理解该请求。 客户端不应该在未经修改的情况下重复此请求。

+ +

状态

+ +
400 Bad Request 
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "400 Bad Request" , "6.5.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
-- cgit v1.2.3-54-g00ecf