Payload Logging & Malicious Upload Demo

Cloudflare Worker — Security handled entirely by Cloudflare WAF

How this works: This worker is a simple pass-through. All security is handled by Cloudflare WAF:
EICAR blocking — WAF Managed Rules detect and block EICAR test files before they reach this worker.
Payload Logging — WAF Payload Logging captures matched request payloads for inspection.
View blocked requests and logged payloads in the Cloudflare Dashboard under Security → Events.

📤 File Upload

📋 POST Request