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
- Introduction. In this chapter, we discussed the motivation behind the CORS and what we want to achieve using it.
- What if not CORS? Other techniques that deal with the same problem in a different way were discussed here.
- Bird's-Eye View. In this chapter, a high-level overview of CORS and the ways it's implemented were given.
- 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.
- CORS Machinery. This chapter is dedicated to a deeper understanding of CORS mechanics and how they all work together to make things operate smoothly.
- 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.