From 0171e76b6a231187296444cc8cf8ee9ebc9b700a Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 14 Nov 2022 07:50:54 +0000 Subject: [PATCH] Resources added for Http/Https Protocol (#2929) --- .../103-http-https.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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)