YggSec Test Web
Security Testing Portal
Edge-hosted forms for WAF and DLP validation.
Status: Online
Platform: Cloudflare
Mode: POST Intake
Accepts input. Stores nothing. Returns success.
This page posts user input to /submit. The server reads the
payload, discards it, and replies with a simple success message so you can
put a WAF in front of it and test behavior safely.
Live intake endpoint
No storage layer
Built for rule testing
Payload Test
Send a standard JSON body to exercise WAF signatures and request inspection.
Payload Response
Waiting for a request...
DLP Upload Test
Send text plus a file over HTTP POST to test content handling and upload controls.
DLP Response
Waiting for a request...
Quick Curl Test
Use this endpoint from a terminal or a script for repeatable request checks.
Quick curl test
curl -i -X POST https://your-domain.example/submit \
-H "content-type: application/json" \
--data '{"test":"value"}'