I want to call a HTTP API from my Blazor WASM client. I\'ve setup CORS on the API side and now I want to create a user. But the HttpClient just keeps complaining ab
HttpClient