Current algorithm is highly inefficient: - Proxy URI is only used to compute the connection cache key - This URI is passed to `AsyncHttpProviderUtils.getBaseUrl` for every cache key generation!!! - The above is useless as the Proxy URI is simply scheme + host : port (how could it not be a base???) Let's ditch it!