作者:荆怡婷151 | 来源:互联网 | 2023-09-17 11:56
IsendJSONtomyserverfrombrowsersusingjQuery.ajaxandtheContent-Typeheadersettoapplicat
I send JSON to my server from browsers using jQuery.ajax
and the Content-Type
header set to application/json
.
我使用jQuery.ajax并将Content-Type标头设置为application / json,从浏览器将JSON发送到我的服务器。
Is CSRF a concern here? (I know it's an issue if I send application/x-www-form-urlencoded
data from forms.)
CSRF是否值得关注? (如果我从表单发送application / x-www-form-urlencoded数据,我知道这是一个问题。)
1 个解决方案