I send JSON to my server from browsers using jQuery.ajax and the Content-Type header set to application/json.
Is CSRF a concern here? (I know it's an issue if I send application/x-www-form-urlencoded data from forms.)
I send JSON to my server from browsers using jQuery.ajax and the Content-Type header set to application/json.
Is CSRF a concern here? (I know it's an issue if I send application/x-www-form-urlencoded data from forms.)