In this chapter, we will explore how the internet works and how information travels over the internet. We will learn what happens every time we navigate to a website. All the small blocks in this chapter are very important for any web developer, even if they only write APIs or plan to use other application models, such as .NET MVC or Razor Pages.
We will learn what a request and a response are, how we can add meaning to them, and how to leverage the underlying protocol. We will use these concepts extensively ...