How to add CSRF token in body or url of each httprequest asp
I am working on web based application in asp.net c# . I have to add CSRF token in the body or url of each http request to prevent CSRF attacks. I tried some googled solutions but they did not work for me.