When I try to send requests to internal Kubernetes services I get:
Invalid URI: The format of the URI could not be determined.
because the URL is not a standard example.com URL. How can I use HttpClient to successfully send these requests?
I just needed to add http(s)://
to the URL