现有电子商务网站在 Facebook 应用程序中使用 SSL
我正在研究使用现有的 MVC C# 网站并创建一个允许用户直接从 Facebook 购买的 Facebook 应用程序版本所需的时间。
我想知道这是否可能,安全影响是什么以及任何其他潜在的陷阱?是否仍然可以通过这种方式通过 Iframe 使用 SSL?
I'm looking into the time involved in taking an existing MVC C# website and creating an facebook application version which would allow users to buy directly from facebook.
I'm wondering whether this is possible, what the security implications would be and any other potential pitfalls? Is it possible to still use SSL through an Iframe in this way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您注册 Facebook 应用程序时,您可以为画布和选项卡指定 HTTP 和 HTTPS URL。所以 Facebook 可以做到这两点。
此外,如果有人通过 HTTP 打开您的应用程序,没有什么可以阻止您在 iframe 内重定向到 HTTPS。
它只是一个 iframe 内的网站,仅此而已。
When you register a Facebook app, you specify both HTTP and HTTPS URLs for your canvas and your tab. So Facebook can do both.
Also, if someone opens your app by HTTP, nothing prevents you from redirecting to HTTPS inside the iframe.
It's just a website inside an iframe, not much more than that.