Closed markdav-is closed 3 years ago
It looks like this successfully emulates the CORS with named policy and middleware option from https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-5.0. Unless I'm missing something, builder.WithOrigins includes "http://littlehelpbook.com" twice.
After 2nd commit, it looks like it's going for the wide open option.
for sure! like who are we protecting ourselves from?
It looks like this successfully emulates the CORS with named policy and middleware option from https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-5.0. Unless I'm missing something, builder.WithOrigins includes "http://littlehelpbook.com" twice.