脸书 ߞ Canvas 页面选项卡如何处理 HTTPS?

发布于 2024-11-05 18:07:05 字数 284 浏览 0 评论 0原文

我正在开发一个将在页面选项卡中运行的 FB 画布应用程序。该应用程序将接受银行卡付款,因此某些页面需要安全。对于通过 HTTPS 浏览 Facebook 的用户来说,没有任何问题。我不确定如何在 HTTP 上处理这些。

我特别关心 Facebook 代理 iframe 的方式。如果用户使用 HTTP,但 iframe 内容是 HTTPS,这是否意味着内容首先以未加密的方式传输到 FB?

我有兴趣了解 FB iframe 代理的工作原理,并了解任何人使用安全 FB 画布应用程序的经验。

提前致谢, 罗斯

I'm working on a FB canvas application that will run in a page tab. The app will be taking card payments, so some pages will need to be secure. For users browsing Facebook on HTTPS, there are no problems. What I'm unsure about is how to handle those on HTTP.

I'm particularly concerned about the way in which Facebook proxies the iframe. If the user is on HTTP, but the iframe content is HTTPS, does that mean that the content travels unencrypted to FB first?

I'd be interested to know how the FB iframe proxy works, and to hear of anyone's experience with secure FB canvas apps.

Thanks in advance,
Ross

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零度℉ 2024-11-12 18:07:05

当您要设置您的应用程序时,您会看到“Facebook 集成”上的“页面选项卡”部分“选项卡中,您需要设置 HTTP URL 和安全 URL,以便当您想要将用户重定向到安全 URL 时,您可以轻松地将用户导航到那里。

When you are going to setup your application you see "Page Tabs" section on "Facebook Integration" tab you need to set HTTP URL and secure URL both so when you wanna redirect user to secure URL you can easily navigate user there.

帅的被狗咬 2024-11-12 18:07:05

进一步检查 FB 画布页面后,发现 FB 代理的存在是为了处理对画布应用程序的 POST 提交。它包含一个自动提交表单,可发布到画布 URL。据我所知,此后它不会代理与 iframe 的任何通信。

重定向到 HTTPS 似乎工作正常,并且 JQuery 可以毫无问题地从页面获取协议。

On further examination of the FB canvas pages, it seems that the FB proxy exists to handle the POST submission to the canvas application. It contains an auto-submitting form which posts to the canvas URL. From what I can gather, it doesn't proxy any communication with the iframe after that.

Redirections to HTTPS do seem to work fine, and JQuery picks up the protocol from the page without trouble.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文