https - PHP、HTTPS、表单提交

标签 https

我们最近切换到 HTTPS,当提交我们的一份表单时,Firefox 会弹出:

Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information?

选择"is"后,表单会提交并且页面会重新加载,但信息实际上并未发布?

我错过了什么吗?

最佳答案

基本上,这意味着:

<form action="http://www..."

必须更改为

<form action="https://www..."

因为我们没有提交到安全 URL。

关于https - PHP、HTTPS、表单提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5372964/

相关文章:

ruby-on-rails - 使用 HTTPS 时 Rails 服务器错误 "bad Request-Line"

https - 有 HTTPS 标准吗?

http - 如何用nginx处理多个ssl服务器

ssl - msmdpump.dll 忽略基本身份验证

xml - 无法从 https ://site 读取 XML 文件

Android HttpsURLConnection 仅在 Android 4.4.2 nexus 设备上抛出 IllegalStateException

apache - 将 HTTP 请求重定向到 HTTPS 的推荐方法

php - SSL 页面发布到非安全表单

在 HTTP 站点上使用基于 HTTPS 的服务的安全性

http - 我可以更改我所有的 http ://links to just//?