diff --git a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md index 3a4d92d2e..916c1fab3 100644 --- a/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md +++ b/content/roadmaps/100-frontend/content/106-web-security-knowledge/100-https.md @@ -2,6 +2,8 @@ HTTPS is a secure way to send data between a web server and a browser. +Hypertext transfer protocol secure (HTTPS) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. HTTPS is encrypted in order to increase security of data transfer. This is particularly important when users transmit sensitive data, such as by logging into a bank account, email service, or health insurance provider + Free Content What is HTTPS? Why HTTPS Matters