标签: javascript php iframe cookies cross-domain
如果我在域here.com中的一个页面中有JavaScript,它调用位于域there.com下的PHP,那么PHP是否可以访问here.com或there.com中的cookie?包装IFRAME会有所作为吗?
答案 0 :(得分:1)
Cookie域是HTTP请求的目标:there.com。包裹在iframe中没有任何区别。
iframe