-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
899e64b
commit cd86681
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |