DEV Community

Sandhya Steffy M
Sandhya Steffy M

Posted on

Introduction to HTTP/HTTPS

HTTP stands for HyperText Transfer Protocol.

It is used to transfer data between browser and server.

HTTPS is the secure version of HTTP. It uses encryption to protect data.

So:

HTTP = not secure

HTTPS = secure

Top comments (0)