码迷,mamicode.com
首页 > Web开发 > 详细

jquery ajax 设置请求头header 参数

时间:2018-09-12 20:03:38      阅读:772      评论:0      收藏:0      [点我收藏+]

标签:The   res   function   charset   lis   col   har   error:   127.0.0.1   

$.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 参数

标签:The   res   function   charset   lis   col   har   error:   127.0.0.1   

原文地址:https://www.cnblogs.com/jjSmileEveryDay/p/9636165.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!