Process Overview
HTTP and HTTPS are protocols that help your web browser and websites talk to each other. HTTP sends data openly, while HTTPS adds a lock to keep data safe.
HTTP and HTTPS are protocols that help your web browser and websites talk to each other. HTTP sends data openly, while HTTPS adds a lock to keep data safe.
Browser Memory
+-------------------+
| Request URL |
| Protocol: HTTP/HTTPS |
+-------------------+
|
v
Server Memory
+-------------------+
| Receives request |
| Checks protocol |
| If HTTPS: SSL/TLS |
| Encrypts data |
+-------------------+
|
v
Browser Memory
+-------------------+
| Receives data |
| If HTTPS: decrypt |
| Display website |
+-------------------+