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.
我有一个普通的 HTTP 页面,在顶部标题部分我有一个登录链接。单击登录链接后,会出现一个 twitter 样式的 Flyout 登录窗口,它应该是一个安全的登录部分。
谁能建议我如何实现在 HTTP 页面中加载 HTTPS 页面或部分。
谢谢
浮出控件的内容应该是 iframe。在那里你可以有一个https页面。
可能它不起作用,因为会有跨域发布并且页面会被浏览器阻止。