ASP.NET Core: Open Redirect Vulnerability
An Open Redirect occurs when a web application accepts a user-controlled input (often a URL parameter like ?returnUrl=...) and redirects the user's browser to that URL without validating it.
While this doesn't directly compromise the server, it is a ...
aspnetcore.hashnode.dev3 min read