CORS in ASP .NET Core 2.2
Recently my team upgraded to .NET Core 2.2. We have an API that needs to be accessed from an Angular project living in a different domain, so we had CORS enabled this way: Disclaimer: this is an intranet application – so it is only accessible inside of a corporate firewall, making it more acceptable to … [Read more…]