Open Redirection
An Open Redirection is when a web application or server uses a user-submitted link to redirect the user to a given website or page.
How I identify is my application vulnerable or not?
What Is an Open Redirection Vulnerability & How to Prevent it in asp.net co?
An Open Redirection is when a web application or server uses a user-submitted link to redirect the user to a given website or page.
How I identify is my application vulnerable or not?
- If your application redirects to URL which is directly given by user that’s specified via the request such as query string or form data.
- The redirection is performed without checking if the URL is a local URL.
What Is an Open Redirection Vulnerability & How to Prevent it in asp.net co?