Cloudflare Worker entry point.
Per-app secret.
Final URL fetched through the Worker.
Second Worker for double-hop.
Mobile-Chrome user-agent pre-filled; edit as needed.
Provide JSON, form-urlencoded, or raw payload.
Choose a file to send as request body (sent as raw).
Encode body as application/json.
Forward request cookies & store response cookies.
Restrict outgoing hop(s) to Cloudflare IP ranges.
Automatically generates UUID if left blank.
Adds Accept-Encoding: gzip header.
Untick to get 3xx response without following.
Only build & display request, don’t actually fetch.
Masks Authorization/token strings in Response.
If Worker supports proxy param, it will be appended.
Maximum automatic retry attempts on failure.
Time & Size
Latency and payload sizes.
–
Body
Payload returned by the Worker.
–
Headers
HTTP status & headers from upstream.
–
Cookies
Values from Set-Cookie headers.
–