'This form is not secure Autofill has been turned off only in chrome. Inside all browsers
Solution 1:[1]
Check the URL of the POST request endpoint using view source or inspector tools on your browser. The URL most likely begins with HTTP instead of HTTPS. You will have to change your code to make sure the URL starts with HTTPS.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | smartexpert |

