将 HTTPS 与应用程序引擎结合使用,以确保 Flash swf 的安全轮询结果

发布于 2025-01-01 22:04:34 字数 331 浏览 2 评论 0原文

我有一个从端口 80 上的 http 服务器加载的 flash swf。我已经设置了数据库和 python 后端,以使用 python 和应用程序引擎在 MYDOMAIN.appspot.com 上接收 HTTPS 443 上的轮询响应,并且应用程序上需要 https引擎。

为了正确使用安全性,我是否也需要从 HTTPS 服务器提供轮询 swf?

我很困惑双方是否需要通过 HTTPS 提供服务才能正常工作,而且如果我通过 https 提供 swf,但它位于 HTTP 网站上,那么 HTTPS 仍然安全吗?

我的目标是确保民意调查的反应,并使人们很难尝试多次回答。

感谢您的帮助!

I have a flash swf that loads from an http server on port 80. I have set up the database and python backend to receive the poll responses on HTTPS 443 at a MYDOMAIN.appspot.com using python and app engine and have required https on app engine.

In order to use the security properly, am I required to serve the polling swf from an HTTPS server too?

I am confused as to whether both parties need to be served from HTTPS in order for that to work, and also if I served the swf from https, but it sat on an HTTP website, will that HTTPS still be secure?

My goal is to secure the polling responses and make it difficult for people to try to answer more than once.

Thanks for your help!

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

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

发布评论

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

评论(1

冷血 2025-01-08 22:04:34

在单个站点上混合 HTTPS 和 HTTP 流量将导致向用户显示安全警告。如果有人浏览 HTTPS 站点,整个过程都需要通过 HTTPS 提供服务。

Mixing HTTPS and HTTP traffic on a single site will result in security warnings being presented to the user. If someone browses to an HTTPS site, the entire thing needs to be served via HTTPS.

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