424
Failed Dependency
Client Error
Description
The request failed because it depended on another request that failed
Common Usage
Used in WebDAV; previous request in batch failed
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 424 Failed DependencycURL Example
curl -I https://example.com
# Returns: HTTP/1.1 424 Failed DependencyClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category