diff --git a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md
index 6eb375120..60ff5dc54 100644
--- a/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md
+++ b/content/roadmaps/116-aspnet-core/content/101-general-development-skills/103-http-https.md
@@ -1 +1,21 @@
-# Http https
\ No newline at end of file
+# HTTP
+
+HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet.
+
+# HTTPS
+
+HTTPS (**H**ypertext **T**ransfer **P**rotocol **S**ecure) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website.
+
+`HTTPS = HTTP + SSL/TLS`
+
+Free Content
+What is HTTP?
+An overview of HTTP
+Journey to HTTP/2
+HTTP/3 From A To Z: Core Concepts
+HTTP Crash Course & Exploration
+
+What is HTTPS?
+Why HTTPS Matters
+Enabling HTTPS on Your Servers
+How HTTPS works (comic)