Hello,
We noticed that our web app get a 403 error, and we also find the reason, because it triggers a rule of Azure WAFV2 CRS3.2.
And we can find the block in the Azure WAF log.
But we noticed after get the first 403 error, even we deleted the text that triggers it, or go to different page without issue, the 403 error insists and no page can be displayed.
Seems this 403 is cached by the browser, because the issue can be solved by clearing up the browser cache.
But we are wondering is there and way to avoid this behavior for specific page? Then we know that is not a attack and allow end user to get rid of this behavior?
Thanks and best regards,