5 lines
358 B
Markdown
5 lines
358 B
Markdown
### HTTP and HTTPS
|
|
|
|
The HyperText Transfer Protocol (HTTP) is the underlying network protocol that enables transfer of hypermedia documents on the Web, usually between a client and a server.
|
|
The HyperText Transfer Protocol Secure (HTTPS) is an encrypted version of the HTTP protocol. It uses SSL to encrypt all data transfered between a client and a server.
|