Hi, I am using a single HTTPClient object (static) for the desktop application with different method objects (get,post,multipartpost) for each call. And also get the proxy information to pass to it using ProxySeltor class and set the proxy for all requests. Now I wanted to get the advance proxy setting i.e. "Do not use proxy server for addresses beginning with:" tab data, so that if I want to bypass the proxy for that entries I can. Can anyone please tell me that how can I get that information using java. And also please note that the jnlp can get that information and it is working fine.
Thanks in advance. Best Regards, Hetal
