ajax添加header信息

Posted 邢帅杰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ajax添加header信息相关的知识,希望对你有一定的参考价值。

$.ajax({
url:"xxx",
async:true,
dataType:"json",
contentType:"application/json",
data:{},
beforeSend: function (XMLHttpRequest) {XMLHttpRequest.setRequestHeader("Authorization", "bearer xxxxxxxxxx");}
success:function(result){}
});
http://www.w3school.com.cn/jquery/ajax_ajax.asp









以上是关于ajax添加header信息的主要内容,如果未能解决你的问题,请参考以下文章

js通过ajax发送header信息php接收

客户端ajax请求为实现Token验证添加headers后导致正常请求变为options跨域请求解决方法

js如何获取response header信息

header设置跨域问题

js如何获取response header信息

转 jquery怎么在header中设置请求信息