Edge Compute Pipeline Demo

Cloudflare Workers
A live demo showing how Cloudflare Workers process requests through a pipeline — rate limiting, URL rewriting, language detection, and origin delivery.
Click Send → to get started. You can also change the language or enter any path first. Use the buttons below to test other scenarios. ↺ New Session resets the rate limit counter and restores the default path.
Language
Choose a language or use default and click Send.
https://edge-demo.klym.net/

What's happening

Enter a path above and click Send.

Rewritten path
Request ID
DNSResolution
DDoSProtection
WAFFirewall
CDNCache / Route
Entrypoint Worker
1
2
3
RPC
Rate Limiter Worker
RPC
Rewriter Worker
RPC
Normalize URL Worker
fetch
Response will appear here after you send a request.
Built with Workers ↗