I want to define a list of URLs that will not go through the defined chain proxy.
One solution could be adding an exception list when setting up a chained proxy.
void setChainedProxy(InetSocketAddress chainedProxyAddress, List<String> exceptionsUrls);
I want to define a list of URLs that will not go through the defined chain proxy.
One solution could be adding an exception list when setting up a chained proxy.
void setChainedProxy(InetSocketAddress chainedProxyAddress, List<String> exceptionsUrls);