ClientBuilder resolve but for all subdomains #1891
Unanswered
sathyajithps
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a sample code here that tries to resolve all calls to
example.com
to a local address. Unfortunately, its not working at all.I'm getting the following error:
I'm trying to write a library where I let the users override the http calls to local domain and port. Most of the requests will use subdomains instead of the root domain. How do I resolve them to custom socket address?
Beta Was this translation helpful? Give feedback.
All reactions