I\'m not sure what I\'m missing, but can\'t seem to get my CORS Policy working with .NET Core 3.1 and Angular 8 client-side.
Startup.cs:
Startup.cs
The call to UseCors must be placed after UseRouting, but before UseAuthorization. For more information, see https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1