JaytheCheYi
JaytheCheYi
I'd like to know if there's a way to stop the log with this logger name I use a custom DelegatingHandler as LogginHandler, and wont require the logger of System.Net.Http.HttpClient.Refit.Implementation.*...
the API I request to should be another dotnet backend, and I added [Headers("Accept: */*")] to my request and it worked I tried to turn off some of the default...
An update on the situation: on some of the api calls, without `await request.Content.ReadAsByteArrayAsync()` some api calls will get empty body, but it has nothing to do with the header....