← All status codes
5xx Server Error
508
Loop Detected
The server detected an infinite loop while processing the request.
What it means
A 508 Loop Detected response is a WebDAV extension indicating the server terminated an operation because it encountered an infinite loop while processing a WebDAV request.
Common causes
- A WebDAV operation has circular references.
- A configuration created an infinite redirect or recursion.
How to fix it
- Review the structure of the resources being processed for circular references.
- Fix the underlying configuration to break the loop.
Test a URL and see its actual status code now.
Open the checker →