| Previous | Next |
| HTTP_STATUS_INSUFFICIENT_STORAGE | HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED |
HTTP_STATUS_LOOP_DETECTED
A loop can occur during binding traversal, recursive collection processing, redirects, or server-side forwarding. The request cannot complete until the cyclic dependency is removed.
Inspect resource bindings, aliases, redirects, and rewrite rules involved in the request. Capture the request chain instead of increasing recursion limits, which can turn the loop into resource exhaustion.
The server detected recursion while evaluating a WebDAV operation such as binding or tree traversal. Retrying the same request without changing the resource graph will reproduce the loop. Examine bindings, references, or depth-related processing that can lead the server back to a resource it has already visited.
Looking for a different code? Search another status or error code.