HTTP

HTTP 508 Loop Detected vs 524 A Timeout Occurred

Both HTTP 508 (Loop Detected) and 524 (A Timeout Occurred) belong to the 5xx Server Error category. 508 indicates that the server detected an infinite loop while processing the request (WebDAV). Meanwhile, 524 means that cloudflare-specific. A TCP connection was established but the origin didn't respond with an HTTP response in time.

Description

The server detected an infinite loop while processing the request (WebDAV).

When You See It

When WebDAV encounters circular references in bindings.

How to Fix

Fix the circular reference in the WebDAV configuration.

Description

Cloudflare-specific. A TCP connection was established but the origin didn't respond with an HTTP response in time.

When You See It

When a request to the origin takes longer than Cloudflare's 100-second timeout.

How to Fix

Optimize slow endpoints. Move long-running tasks to background jobs.

Key Differences

1.

HTTP 508: The server detected an infinite loop while processing the request (WebDAV).

2.

HTTP 524: Cloudflare-specific. A TCP connection was established but the origin didn't respond with an HTTP response in time.

3.

You encounter 508 when when WebDAV encounters circular references in bindings.

4.

You encounter 524 when when a request to the origin takes longer than Cloudflare's 100-second timeout.

When to Use Which

For 508 (Loop Detected): Fix the circular reference in the WebDAV configuration. For 524 (A Timeout Occurred): Optimize slow endpoints. Move long-running tasks to background jobs.

Learn More