-
Is it possible to configure an HttpClientHandler using HttpClientBuilder? I'd like to do something like this. .AddReverseProxy()
.ConfigureHttpClient(builder => builder.ConfigurePrimaryHttpMessageHandler(() => new HttpClientHandler { ... })) Even better if I could do it entirely in configuration. Is there an example on how to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Apr 29, 2021
Replies: 1 comment 4 replies
-
See https://microsoft.github.io/reverse-proxy/articles/proxyhttpclientconfig.html |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
grounzero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://microsoft.github.io/reverse-proxy/articles/proxyhttpclientconfig.html