HBuilder 写的app
new plus.net.XMLHttpRequest();
使用这个功能 的 xhr.getAllResponseHeaders();
只能读取一条 set-cookie 数据
我的内容应该不止一条set-cookie
用其他的pc上的都能读取到我想读取的 cookie值;
请问那里设置有问题
还是 plus.net.xmlhttprequest 有bug
//==============下面是读取的信息====
Cache-Control : no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma : no-cache
Expires : Thu, 19 Nov 1981 08:52:00 GMT
Vary : Accept-Encoding,User-Agent
Content-Type : text/html
X-Powered-By : PHP/5.4.45
Keep-Alive : timeout=5, max=100
Date : Wed, 23 Nov 2016 06:15:57 GMT
Set-Cookie : ActLog=aToxOw%3D%3D; expires=Thu, 24-Nov-2016 06:15:57 GMT; path=/
Content-Length : 1
Server : Apache/2.4.17
Connection : Keep-Alive
2 个回复
猫猫猫猫 - 用户已离线
你尝试一下浏览器的xhr对象之间发起请求,或者用mui或者jq的ajax方法,app内的xhr请求是可以跨域的,如果浏览器自带的xhr没出现问题,那就是plus对象的xhr有问题。
卡森 (作者)
谢谢,解决了。不实用plus 的xhr 就OK了。
猫猫猫猫
不客气
2016-12-01 18:16