The proxies are configured once and for all the URLs. It would be more flexible to allow them to be used on a per URL basis by relying on their metadata.
The interface ProxyManager has a method
SCProxy getProxy(Metadata metadata);
which already allows that but the logic is not implemented yet.
The proxies are configured once and for all the URLs. It would be more flexible to allow them to be used on a per URL basis by relying on their metadata.
The interface ProxyManager has a method
which already allows that but the logic is not implemented yet.