The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
1k views

CSRF With JSON POST

I am playing around with a test application which accepts JSON requests and response is also JSON. I am trying to do a CSRF for a transaction which accepts only JSON data with POST method in request. ...