524 A Timeout Occurred

Look up a status, pick the right one for an API, or hit a live endpoint that actually returns it. Add ?code=418 to this URL and the response is that status — useful for curl, interceptors, and “what does my client do on 503?” Nothing here phones home except the Try it fetch to this same page.

Which class?

524

A Timeout Occurred

Unofficial · Cloudflare not IANA

TCP connected, but the origin did not send an HTTP response before Cloudflare’s timeout (often 100s).

When to use

Long origin jobs that should be async (202) instead of holding the request.

Don’t

Do not raise Cloudflare timeouts as a substitute for background work.

Live URL

curl -i https://corecoding.com/utilities/http-status.php?code=524


    

Code use cases