Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 iframe 中获取 cookie 值。iframe 有第三方 url,我在我的网站中以 iframe 的形式显示它。因此 iframe 具有登录和注销功能。我希望当用户成功登录时,第三方站点(在弹出 iframe url 中的意思)我们想从 iframe 获取 cookie 值。
实际上,我希望当用户从我的第三方 url (意味着弹出窗口中的 iframe)成功登录时,我们得到一些值,并且该值存储在会话中并关闭弹出窗口。
您无法从第三方 iframe 访问 cookie。这将是一个巨大的安全漏洞,例如,您可以将某人的银行网站嵌入到 1x1 iframe 中并使用它来侵入他们的帐户。