Blazor WASM request has been blocked by CORS policy – Asp.net
I'm currently building a Blazor WebAssembly application, which is displaying data from my ASP.NET Core 6 API. Note, that the projects are seperated in two different solutions. The problem is that my API rejects the requests, which were send by…