How to prevent open redirect attack in ASP.NET. I have few sources on how to prevent in MVC but are there any specific resources available for asp.net? During the input validation is it sufficient to just test the URL is local on server side ? what are the other vulnerabilities we need to validate to prevent this attack ?
↧