Stop deploying web application firewalls (2023)

2 thunderbong 1 7/5/2025, 5:07:01 PM macchaffee.com ↗

Comments (1)

jqpabc123 · 3h ago
Instead of WAF, just build a custom web application server that only responds to requests with valid data that pertains to the app at hand and only with valid credentials.

The idea is to severely restrict the available attack surface.