Hi All ,
How to fix the Open Redirection (DOM-Based) Vulnerability in asp.net application. Is there any setting in webconfig file or have to do in specific page while we redirect . I have show the code when redirect . Suggest me with suitable solution for this issue .
Afer successful login - > redirect to dashboard.aspx page
Response.Redirect("Dashboard.aspx", false);
Thanks in advance ,
Karthik.K