您可以通过 https 从 http 形式的表单向 iframe 提交 Post 请求吗?

发布于 2024-09-25 03:56:24 字数 169 浏览 4 评论 0原文

我有一个漂亮的表单,可以加载到网站上的任何页面上以提示用户登录。然而,这可以来自任何 http 页面。

然而,登录表单处理脚本采用 https 格式,或者至少应该采用 https 格式,以便信息安全。

如果我在操作中指定应通过 https 发送登录请求,我可以通过 POST 提交登录请求吗?

I've got a pretty form that loads on any page on the site to prompt a user to login. However this can be from any http page.

The login form processing script however is in https, or at least it should be so that the information is secure.

Can I submit the login request via POST if i specify in the action that it should be sent over https?

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

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

发布评论

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

评论(1

纵性 2024-10-02 03:56:24

是的。您只需使用 POST 方法将(登录表单)操作设置为 https URL。

yes. you just set the (login form ) action to https URL with method POST.

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