CSRF in Web application
Feb 11, 2024 · 3 min read · CSRF stands for Cross Site Request Forgery. It means hackers sends request to a server by using hacked person's AUTH details. When an user logged into a website, browser will store the authentication related details such as authentication token in se...
Join discussion