博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
跨域cookie使用
阅读量:5169 次
发布时间:2019-06-13

本文共 382 字,大约阅读时间需要 1 分钟。

 

$.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');//必须为true,和withCredentials:true配置对应

  

转载于:https://www.cnblogs.com/flytome/p/10601820.html

你可能感兴趣的文章
Fedora23 安装 psycopg2
查看>>
毫秒转换为天、小时、分、秒
查看>>
获取listview当前滚动的高度
查看>>
LCS(HDU_5495 循环节)
查看>>
CPU性能瓶颈
查看>>
转----cer文件和pfx文件的区别
查看>>
hdu 3065 病毒侵袭持续中
查看>>
ruby rails
查看>>
GNU C中的零长度数组
查看>>
windows系统mysql-5.7官方绿色版zip包安装教程
查看>>
转:开源项目学习方法ABC
查看>>
设计模式之代理模式
查看>>
Postfix 故障记录
查看>>
php_curl模拟登录有验证码实例
查看>>
C#进制转换
查看>>
计算字符串长度(英文占1个字符,中文汉字占2个字符)
查看>>
Linux用户和组账户管理
查看>>
杭电1032
查看>>
Spket,eclipse下安装Spket插件,格式化js
查看>>
【Stanford Online】Engineering: Algorithms1 NO.4 The Master Method
查看>>