From 404af21f8fbc0a63d66ba91e26c1d3463dcb2ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Wed, 18 Jul 2018 11:29:17 +0200 Subject: [PATCH] add glossary/HTTP-HTTPS --- glossary/HTTP-HTTPS.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/HTTP-HTTPS.md diff --git a/glossary/HTTP-HTTPS.md b/glossary/HTTP-HTTPS.md new file mode 100644 index 000000000..d8d78146d --- /dev/null +++ b/glossary/HTTP-HTTPS.md @@ -0,0 +1,4 @@ +### 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.