CSRF
Consider this scenario, there's a simple web appilcation and upon logining in we get cookies which are stored in web browser.
So whenever we make request to web application, the cookies in the browser are sent automatically to web browser so that the web application can verify our login and this is called...