CORS in Modern ASP.NET Core

CORS is a part of everyday job for many developers, but do you know how CORS works?. See a recording of my talk on that topic below.

Contents

  1. Introduction. In this chapter, we discussed the motivation behind the CORS and what we want to achieve using it.
  2. What if not CORS? Other techniques that deal with the same problem in a different way were discussed here.
  3. Bird's-Eye View. In this chapter, a high-level overview of CORS and the ways it's implemented were given.
  4. Starting in ASP.NET Core. A high-level overview of CORS in ASP.NET Core and ways to get started with it were given here.
  5. CORS Machinery. This chapter is dedicated to a deeper understanding of CORS mechanics and how they all work together to make things operate smoothly.
  6. Fine-Tuning ASP.NET Core. In the last chapter, most of the ways an ASP.NET Core application can be set up to support CORS were discussed.