A false positive fix is validated on the main public route and users still break through a legacy or alternate hostname.
A WAF tune fixes the primary hostname but the same application still fails on a second hostname because another proxy chain changes headers before inspection
One route is corrected, yet the alternate host continues to hit false positives because the request arrives at the WAF with a different header shape.
Scenario
What to check first
- Identify the primary failure signal in the WAF / AppSec scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Model every real ingress path that reaches the protected app, not just the main public host.
Questions worth viewing together
Community-field security problem inspired by public discussions where WAF tuning on one hostname did not fix another hostname using a different proxy ch... WAF behavior follows the request shape actually presented to it, which can differ per hostname and proxy path.
Teams often believe the false positive is universally fixed after testing only the main hostname.
Multiple ingress chains effectively create multiple security surfaces even when they front the same backend.
Similar cases seen in the field