How to bypass origin based csrf protection?
I’m trying to do some csrf attack test on a site.
I found that the site protect itself from csrf by checking the http Origin header.
But I guess maybe under some conditions I can bypass the protection. The website just check if the reque… Continue reading How to bypass origin based csrf protection?