jquery ajax 设置请求头header 参数

Posted 1573=

tags:

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

$.ajax(
                {
                    url:\'http://127.0.0.1:30080/api-a/quasiCustom/selectCustomList\',
                    type:\'post\',
                    dateType:\'json\',
                    beforeSend: function(xhr) {
                        xhr.setRequestHeader("organId:\'1333333333\'");
                    },
                    headers:{\'Content-Type\':\'application/json;charset=utf8\',\'organId\':\'1333333333\'},
                    data:JSON.stringify(org),
                    success:function(data){console.log("sucess");},
                    error:function(data){console.log("error");}
                }
            );

 

 

 

 

以上是关于jquery ajax 设置请求头header 参数的主要内容,如果未能解决你的问题,请参考以下文章

js如何设置http头部

header设置跨域问题

js跨越请求的2中实现 JSONP /后端接口设置运行跨越header

ajax设置自定义请求头信息

ajax设置自定义请求头信息

okhttpbuilder设置header