您可以通过 https 从 http 形式的表单向 iframe 提交 Post 请求吗?
我有一个漂亮的表单,可以加载到网站上的任何页面上以提示用户登录。然而,这可以来自任何 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您只需使用 POST 方法将(登录表单)操作设置为 https URL。
yes. you just set the (login form ) action to https URL with method POST.