码迷,mamicode.com
首页 > 其他好文 > 详细

跨域cookie使用

时间:2019-03-26 18:13:42      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:pre   nbsp   class   request   field   style   $.ajax   ade   通配   

 

$.ajaxSetup({
            xhrFields:{
                withCredentials:true,
            }
        });

 

 

header("Access-Control-Allow-Origin:http://localhost:9999");//使用cookie时此处不可用通配符
header("Access-Control-Allow-Headers:X-Request-With,Content-Type");
header(‘Access-Control-Allow-Credentials:true‘);

  

跨域cookie使用

标签:pre   nbsp   class   request   field   style   $.ajax   ade   通配   

原文地址:https://www.cnblogs.com/flytome/p/10601820.html

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