Computer Science, asked by vikash1035, 11 months ago

write the difference between http and http's.​

Answers

Answered by saltypop
14

Instead of HyperText Transfer Protocol (HTTP), this website uses HyperText Transfer Protocol Secure (HTTPS). Using HTTPS, the computers agree on a "code" between them, and then they scramble the messages using that "code" so that no one in between can read them. This keeps your information safe from hackers.

Answered by PranjalArya08
22

Answer:

http - http take care of the communication between a web server and web browser. http is used for sending requests from a web client to a web server, returning data from the the server back to the client.

https - https takes care of secure communication between web server and web browser. It essentially handles all credit card transactions and other sensitive data.

Explanation:

Mark as BRAINLIEST

Similar questions