JavaScript跨域PHP调用中的Cookie域是什么

What is the Cookie Domain in a Cross-domain PHP Call by JavaScript?

本文关键字:Cookie 是什么 跨域 PHP 调用 JavaScript      更新时间:2023-09-26

如果我在域here.com中的一个页面中有JavaScript,该页面调用驻留在域there.com下的PHP,那么该PHP访问here.com或there.com中的cookie吗?包装IFRAME会有什么不同吗?

cookie域是HTTP请求的目标:there.com。封装在iframe中没有区别。