Course Information
Course Overview
Learn all about the HTTP protocol and how the internet works!
Hypertext Transfer Protocol (HTTP) is the protocol programs use to communicate over the World Wide Web. HTTP is most famous for two-way conversation between clients (the web browsers) and web servers.
In this tutorial, we are going to dive in depth into all the aspects of the HTTP protocol in order for us to understand exactly how it works, what are its key components and also its entire workflow.
We will learn how to use tools such as Fiddler and Wireshark among others.
We will understand all the status codes that an HTTP Request might return and all the HTTP Request Methods.
You will also understand the structure of a URL, how you can encode information on it and what is its role in this protocol.
Lastly, we will see the differences between HTTP and HTTPs, and see what improvement the second one brings.
I will be adding more lectures / supplementary materials on the course as it goes by.
This tutorial is for anyone who wants to understand HTTP and the underlying architecture of the Web.
No programming experience is required, but technical writers with programming experience who want to know more about the HTTP Protocol will still find it useful.
Thanks for reading my introduction! This is about YOUR time and making the most of it! Good luck to you and hope to see you in the course! Alex!
Course Content
- 7 section(s)
- 21 lecture(s)
- Section 1 Introduction
- Section 2 The HTTP Protocol
- Section 3 URLs
- Section 4 Deep Dive into HTTP and HTTPS notions
- Section 5 Hands-on approach on real-life applications
- Section 6 Where to go from here?
- Section 7 HTTP Quiz
What You’ll Learn
- What happens when you enter a website
- What is the HTTP Protocol and how it works
- URL, URL Structure and URL Encoding
- HTTP Request Methods
- Safe vs. Unsafe HTTP Methods
- Idempotency
- HTTP Status Codes
- WebSockets
- HTTP Sessions
- What is Caching
- What are Cookies
- The HTTP Workflow
- What are the improvements of HTTPs
- Hands-on experience with Wireshark and Fiddler
Reviews
-
MMarek Motýľ
From my point of view the course is not for a developer, perhaps for those who wants to be informed about the protocol.
-
LLoius Martin
The explanations were simple and easy to follow.
-
EEthan Tan
The tutor was knowledgeable and engaging
-
CCharles Taylor
Good overview of HTTP. The tutor explains and makes it easy for you to understand.