Invicti identified an unexpected redirect response body (two responses).
This generally indicates that after redirect the page did not finish the response as it was supposed to.
This can lead to serious issues such as authentication bypass in authentication-required pages. In other pages it generally indicates a programming error.
Response.Redirect("redirected-page.aspx",
true
)
instead of Response.Redirect("redirected-page.aspx",
false
)
.exit()
after you redirect the user.You can search and find all vulnerabilities