How to make your website secure | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How to make your website secure

In Chrome web browser it shows on my website ā€œNot Secureā€ how do I make it secure?šŸ¤”

23rd Dec 2017, 8:07 PM
Kenzoid
Kenzoid - avatar
2 Respostas
+ 10
Look into SSL certificate and HTTPS :)
24th Dec 2017, 8:23 AM
JMQ
JMQ - avatar
0
To secure the forms you may specify enctype for encoding the user data, so that it is not visible to anyone when transmitted over the network. You can also use TLS and SSL mechanisms to secure the website.
24th Dec 2017, 4:42 AM
ABDUL MANAN
ABDUL MANAN - avatar