Closed thomas-illiet closed 3 years ago
We would appreciate it if you could provide us with more info about this issue/pr!
Hi,
Thank you for the suggestion. I'll look into it later this week.
Hi @thomas-illiet,
What exactly do you need to configure? Will it be enough if you can create your own HttpClientHandler
?
For example, like this:
services.AddSwaggerForOcelot(Configuration, (c) =>
{
c.ConfigureHttpMessageHandler(()=>
new HttpClientHandler() {
Proxy = httpProxy
});
});
Closing after 8 days of waiting for the additional info requested.
Hello Guys,
Many thanks for this project, can you implement the static or dynamic HttpClientFactory configuration in the following class
DownstreamSwaggerDocsRepository
?I need this to able to set the proxy configuration for backend API.
Thanks Thomas