为了账号安全,请及时绑定邮箱和手机立即绑定

jQuery 源码中X-Requested-With header 的作用

jQuery 源码中X-Requested-With header 的作用

ABOUTYOU 2018-10-11 14:15:48
                // X-Requested-With header                // For cross-domain requests, seeing as conditions for a preflight are                // akin to a jigsaw puzzle, we simply never set it to be sure.                // (it can always be set on a per-request basis or even using ajaxSetup)                // For same-domain requests, won't change header if already provided.                if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) {                    headers[ "X-Requested-With" ] = "XMLHttpRequest";                }请问这段代码是什么意思呢?
查看完整描述

1 回答

?
狐的传说

TA贡献1804条经验 获得超3个赞

添加一个http头用来说明这次的请求是通过XMLHttpRequest进行的


查看完整回答
反对 回复 2018-11-06
  • 1 回答
  • 0 关注
  • 496 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信