Back to Content

424 Failed Dependency

files/en-us/web/http/reference/status/424/index.md

latest883 B
Original Source

The HTTP 424 Failed Dependency client error response status code indicates that the method could not be performed on the resource because the requested action depended on another action, and that action failed.

Regular web servers typically do not return this status code, but some protocols like {{Glossary("WebDAV")}} can return it. For example, in {{Glossary("WebDAV")}}, if a PROPPATCH request was issued, and one command fails then automatically every other command will also fail with 424 Failed Dependency.

Status

http
424 Failed Dependency

Specifications

{{Specifications}}

See also

  • HTTP response status codes
  • {{HTTPStatus("403")}} (Forbidden)
  • {{HTTPStatus("501", "501 Not Implemented")}}, {{HTTPStatus("510", "510 Not Extended")}}