开发者

PHP, HTTPS, Form submit

开发者 https://www.devze.com 2023-02-17 20:53 出处:网络
We have recently switched to HTTPS and when submitting one of our forms, Firefox pops up: Although this page is encrypted, the information you have entered is

We have recently switched to HTTPS and when submitting one of our forms, Firefox pops up:

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?

After saying Yes, the form submits and the page just开发者_JAVA百科 reloads, the information isn't actually posting?

Am I missing something?


Basically, it means:

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

has to be changed to

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

As we are not submitting to a secure URL.


Your form action is posting to http not https

// edit, just saw your comment. sorry.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号