What Is Cloudflare Error 1015 (You Are Being Rate Limited)?

On this page
Cloudflare error 1015 "You are being rate limited" is shown when a visitor has exceeded a rate-limiting rule configured by the site owner inside Cloudflare. It is not a generic HTTP 429 from the origin — it's an edge-level block applied at Cloudflare's WAF before the request ever reaches the origin server. The page typically shows a Cloudflare-branded error with a ray ID and a suggestion to wait and try again.
Quick facts
| Error code | 1015 |
|---|---|
| Layer | Cloudflare edge (WAF / Rate Limiting Rules) |
| Underlying HTTP status | 429 (sometimes 403) |
| Configured by | Site owner, not Cloudflare |
| Typical trigger | Per-IP request rate exceeded a threshold |
Related terms
Concept map
How Cloudflare Error 1015 connects
The terms most directly tied to this one. Hover a node to see its neighbours, click to preview, drag to rearrange.
Tools & solutions for this topic
Frequently asked questions
Is Cloudflare 1015 the same as HTTP 429?
The underlying status is usually 429, but 1015 is Cloudflare's branded error page. The cause is the same — too many requests — but knowing it's a Cloudflare rule tells you the block is at the edge and per-IP, which informs recovery.
How long does a 1015 block last?
Depends on the site's rule. Common durations are 1 minute, 10 minutes, and 1 hour. The error page sometimes states the duration; otherwise, you find out empirically.
Will rotating proxies fix 1015?
Yes — the block is per-IP, so a different IP starts with a fresh counter. The catch is that rotating too aggressively can trigger different Cloudflare rules (managed challenge, bot fight mode), so rotation alone isn't a complete strategy.
Can a VPN solve Cloudflare 1015?
Briefly — a VPN changes your IP and the counter resets. But VPN IP ranges are well-known and often subject to stricter rate limits than residential IPs. For sustained scraping, residential or mobile proxies are more reliable.
Last updated: 2026-05-26