From cd866812f06a641d81fd9e23c914c4b496639230 Mon Sep 17 00:00:00 2001 From: Jason Ren <40999116+jasonren0403@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:20:09 +0800 Subject: [PATCH] 424 Failed Dependency --- files/zh-cn/web/http/status/424/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/zh-cn/web/http/status/424/index.md diff --git a/files/zh-cn/web/http/status/424/index.md b/files/zh-cn/web/http/status/424/index.md new file mode 100644 index 00000000000000..459be653c7964d --- /dev/null +++ b/files/zh-cn/web/http/status/424/index.md @@ -0,0 +1,20 @@ +--- +title: 424 Failed Dependency +slug: Web/HTTP/Status/424 +l10n: + sourceCommit: 0880a90f3811475d78bc4b2c344eb4146f25f66c +--- + +{{HTTPSidebar}} + +HTTP **`424 Failed Dependency`** 客户端错误响应代码表明,由于请求的操作依赖于另一个操作,且该操作失败,因此无法在资源上执行该方法。 + +普通 web 服务器通常不会返回此状态代码。但其他一些协议,如 {{Glossary("WebDAV")}} 可以返回该状态代码。例如,在 {{Glossary("WebDAV")}} 中,如果发出了 `PROPPATCH` 请求,其中一条命令失败,那么其他命令也会自动以 `424 Failed Dependency` 的形式失败。 + +## 状态 + +{{Specifications}} + +## 参见 + +- {{HTTPStatus("403")}}(Forbidden)