What Is Cloudflare Error 1015 (You Are Being Rate Limited)?
By the Scrappey Research Team

On this page
Cloudflare error 1015 "You are being rate limited" means a website is blocking you because you sent too many requests too quickly. The site owner set up a rate-limiting rule inside Cloudflare (the service that sits in front of many websites), and your traffic tripped it. This is different from a normal HTTP 429 from the origin — the block happens at Cloudflare's edge (its global network of servers, sitting between you and the real site) inside the WAF (Web Application Firewall, the layer that filters traffic), so your request never reaches the actual server. The page shows a Cloudflare-branded error with a ray ID (a unique reference code for that one request) and a note 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 code is usually 429 (the standard "too many requests" response), but 1015 is Cloudflare's own branded error page. The cause is the same — too many requests — yet knowing it's a Cloudflare rule tells you the block is at the edge and tied to your IP, which shapes how you recover.
How long does a 1015 block last?
It depends on the site's rule. Common durations are 1 minute, 10 minutes, and 1 hour. The error page sometimes states the duration; if not, you learn it by testing.
Will rotating proxies fix 1015?
Yes — the block is per-IP, so a fresh IP starts with a clean request counter. The catch is that rotating too aggressively can trip other Cloudflare rules (like a managed challenge or bot fight mode), so rotation on its own isn't a full strategy.
Can a VPN solve Cloudflare 1015?
Briefly — a VPN gives you a new IP and the counter resets. But VPN IP ranges are well-known and often face stricter rate limits than residential IPs (real home internet addresses). For sustained scraping, residential or mobile proxies are more reliable.
Last updated: 2026-06-08