Status 400 from WebApi when calling PostAsJsonAsync from Blazor Client – Asp.net
I am getting the following error when calling my Web Api System.Net.Http.HttpClient.IMyDataService.LogicalHandler[101] End processing HTTP request after 70.5ms - 400 I am using PostAsJsonAsync and it's like it doesn't like the TValue object in the client. When running from the…