What is 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 is the difference between HTTP and HTTPS?

Computer Networks and Protocol Stacks

23rd Dec 2016, 7:10 PM
Given
Given - avatar
7 Answers
+ 6
HTTP : Hypertext Transfer Protocol helps to connect to the website server and brings in data. HTTPS : HTTP Secure : secure communication over a computer network which is widely used on the Internet. HTTPS encrypts the data between the User and website (Client and Server) so no one can read in between. Ex : Bank transactions should be secure to avoid any hack, so HTTPS will be used. Hope it is helps.
23rd Dec 2016, 7:19 PM
Mahes S
+ 5
Thank you!...
23rd Dec 2016, 7:18 PM
Given
Given - avatar
+ 4
There are quite a few difference but if I remember correctly , one of them gives a 'safer' link compared to the other. Google should be your best bet.
23rd Dec 2016, 7:16 PM
Wen Qin
Wen Qin - avatar
+ 4
Thank You!
23rd Dec 2016, 7:16 PM
Given
Given - avatar
+ 4
@Mahes S You Gave Me One Hell Of An Excellent Answer!!!.... THANK YOU
23rd Dec 2016, 7:21 PM
Given
Given - avatar
+ 3
...and related to stack initialization, the "protocol://" portion alerts the browser which port to use by default: http:// selects TCP/80 https:// selects TCP/443
23rd Dec 2016, 8:03 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
https encrypts the traffic between the client (browser) and server. any data that is sent without the use of https can be sniffed by a third party (including loginname & password)
23rd Dec 2016, 7:17 PM
qobus