ajax如何增加请求头

前端之家收集整理的这篇文章主要介绍了ajax如何增加请求头前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

代码如下(主要关键就是headers,大家可以根据需要来增加请求头):

     $.ajax({
          type: "POST",timeout: 10000,// 超时时间 10 秒
          headers: {
           'token': U2PGBjguSuJgversion1.0from"testhttp://www.yctech.com/api/loginusername":username,password:password},dataType: jsonif(data.code==111111){
            layui.use(layer'var layer = layui.layer;

                          layer.msg(data.msg,{icon:1});
             });

        }else 000000){

            layui.use(});
                    });
                    setTimeout(() => {

                        closeLayui();
            },700);

        $(#login).hide();

        $(#exit).show();

        $(#user).html(data.data.nickName);

        }

          },error: function(XMLHttpRequest,textStatus,errorThrown) {
            console.log(XMLHttpRequest.status);
                    console.log(XMLHttpRequest.readyState);
                    console.log(textStatus);
          },complete: function(XMLHttpRequest,status) { 请求完成后最终执行参数 
          }
      })
       }

 

原文链接:/ajax/868789.html

猜你在找的Ajax相关文章