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

响应状态码 409 Conflict 表示请求与服务器端目标资源的当前状态相冲突。

+ +

冲突最有可能发生在对 {{HTTPMethod("PUT")}} 请求的响应中。例如,当上传文件的版本比服务器上已存在的要旧,从而导致版本冲突的时候,那么就有可能收到状态码为 409 的响应。

+ +

状态

+ +
409 Conflict
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "409 Conflict" , "6.5.8")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

相关内容

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