标签:pre highlight head include cookie fetch 注意 header span
fetch方法要想于后台专递cookie必须添加属性
{credentials: ‘include‘}
注意:这个属性不是设置在headers里的
后台也必须设置一个header来配合
{"Access-Control-Allow-Credentials", "true"}
标签:pre highlight head include cookie fetch 注意 header span
原文地址:http://www.cnblogs.com/leovulcan/p/7467325.html