Orange Book
Start

How one request travels through Cloudflare

Use a single request path to understand DNS, proxying, edge rules, Workers, and your origin.

Edited and verified by Orange Book Editorial Team ·

Once a hostname is proxied through Cloudflare, visitors usually no longer connect directly to your origin. This path is the foundation for correct caching, security, and Workers decisions.

Request path

Visitor → DNS → Cloudflare edge → security and cache rules → Worker (optional) → origin

The orange cloud does not mean every response is cached

Proxy status controls whether traffic passes through Cloudflare. Caching still depends on the request, response, and cache rules.

What each layer owns

LayerMain responsibilityFirst question
DNSDirect the hostnameIs the record correct and proxied?
Edge securityTLS, WAF, rate limitingShould this request be allowed?
CacheReuse cacheable responsesCan this response be cached, and for how long?
WorkerRun edge codeDo you need rewriting, authorization, or service composition?
OriginProduce the final responseCan the origin respond when the edge misses?

Checkpoint

You should now be able to place a 522, a certificate error, and a cache miss in the most likely layer.

Next: follow the first complete application growth path, or go directly to deploying your first Worker.

Primary sources

Did this page help you complete your goal?

Beta feedback is generated in this browser and is never uploaded automatically.

On this page