Does Micronuat Http Client supports Proxy clients with options Hosts? #11514
Replies: 1 comment
-
you can configure individual proxies for each http client service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a requirement to set up a proxy for my Micronaut project, which I have achieved using the Micronaut DefaultHttpClientConfigurations.
But at the same time I want to allow a few Clients/Hosts without the proxy. How can this be achieved?
Beta Was this translation helpful? Give feedback.
All reactions