跨域cookie使用
Posted flytome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跨域cookie使用相关的知识,希望对你有一定的参考价值。
$.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使用的主要内容,如果未能解决你的问题,请参考以下文章