Overview
You are using a double opt-in subscription form and noticed that the user submits a form via unsecure HTTP protocol instead of HTTPS. E.g. http://www.YOUR_FARM.com/
Information
The protocol is specified in the form action property in the source code of your website.
Please check the source code and change the protocol to HTTPS if required.
Example: form action="https://www.YOUR_FARM.com/functions/mailing_list.html"
After changes in code, the submission will be done via secure HTTPS protocol.
Priyanka Bhotika
Comments