I'm using the blazor web application with auto interaction and individual accounts, I'm trying to make a request to the API but the cookies aren't passed on in the request, how do I add them?
return await _httpClient.GetFromJsonAsync<List<UserDTO>>("api/users");I need suggestions, I've been trying to solve this problem for some time, but without success.