Karthik K

Karthik K

  • 972
  • 738
  • 189.9k

How to fix Open Redirection (DOM-Based) Vulnerability

Oct 20 2021 9:44 AM

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 


Answers (3)