Edge Compute Demo

Cloudflare Developer Platform How this is built ↗
A live demo showing how the Cloudflare Developer Platform processes 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.
↩ Test Rewrite sends a deprecated path and shows the Rewriter returning a 301 redirect.
🔨 Test Rate Limit exhausts the request budget then sends one more to show the 429 flow.
↺ 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
origin fetch
Response will appear here after you send a request.
Built with Cloudflare Developer Platform ↗