Daniel Frost
Results
1
issues of
Daniel Frost
I am trying to access the HttpClient's base address in the DelegatingHandler (AuthHeaderHandler), but it's not set. ``` services.AddTransient(); services.AddRefitClient() .ConfigureHttpClient(c => c.BaseAddress = new System.Uri("https://domain.refit")) .AddHttpMessageHandler(); ``` Seems to...
bug