I am currently working on to safeguard application from XSS attacks. So I am checking that particularly for Every Request. This also can be checked at interceptors level.
But I want to decouple it with something like AOP's?
Any input from your experience is appreciable.
Thanks.