What is the different between http and https? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

What is the different between http and https?

1st Jun 2017, 2:32 PM
Vismay Katharani
Vismay Katharani - avatar
7 Answers
+ 23
Https is secure and SSL encrypted....
1st Jun 2017, 2:34 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 12
Good explanation@ code ninja
8th Jun 2017, 2:29 AM
๐Ÿ’žโ“ขโ“ฆโ“โ“ฃโ“˜๐Ÿ’ž
๐Ÿ’žโ“ขโ“ฆโ“โ“ฃโ“˜๐Ÿ’ž - avatar
+ 6
@Swati Great != Good
8th Jun 2017, 3:48 PM
Ekansh
+ 5
1st Jun 2017, 9:05 PM
Nico Ruder
Nico Ruder - avatar
+ 5
Https are used other port and, as was sad, it is encrypted. Your received data will safe, probably
3rd Jun 2017, 10:00 AM
ะะปะตะบัะตะน ะจะฐั„ะพั€ะพัั‚ะพะฒ
ะะปะตะบัะตะน ะจะฐั„ะพั€ะพัั‚ะพะฒ - avatar
+ 4
Websites with http are without security and Websites with https are with security
1st Jun 2017, 9:04 PM
Nico Ruder
Nico Ruder - avatar
+ 4
In simple terms: http is hypertext transfer protocol, and is the protocol for sending html (etc) across the internet. It is fairly insecure because if somebody intercepts the data along the way, they can read it easily. https is the same protocol but with the addition of encryption. The data sender and intended receiver are the only ones who know the secret keys which is used to decrypt it. Therefore anyone intercepting it will have a tough job of reading what's being transmitted. It's actually a whole lot more complicated than that (of course!) and you can read up on the detail if you desire in many other places, but I think this answers your question.
9th Jun 2017, 10:01 AM
Phil Servis
Phil Servis - avatar