What's the difference between HTTP and HTTPS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What's the difference between HTTP and HTTPS ?

help please ! thanks :)

18th Apr 2017, 4:43 AM
Shreyas Salunkhe
Shreyas Salunkhe - avatar
3 Answers
+ 8
Hyper Text Transfer Protocol Secure(HTTPS) is the secure version ofHTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted.
18th Apr 2017, 4:55 AM
Abhinav Singh
Abhinav Singh - avatar
+ 6
you'll need a SSL certificate to use https. there are free certificates you can get from Let's encrypt.
18th Apr 2017, 5:56 AM
Mario L.
Mario L. - avatar
+ 1
https/ssl won't secure the source code. it secures the communication between client and server in order to prevent for example man in the middle attacks.
18th Apr 2017, 3:07 PM
Mario L.
Mario L. - avatar