Hi there, I am using a single HTTPClient object (static) for the desktop application with different method objects (get,post,multipartpost) for each call..I have also implemented StrictSSLSocketFactory implementation (SSL) for that httpClient object. Now i m suppose to get the proxy information from the default browser and set the proxy for all requests. I believe it must be done for the same static httpClient object for my app but dont know how..
can anyone please guide me how this can be achieved? I think setProxy() can be done on HttpConnection object and not HTTPClient. So how do i set the proxy for my httpClient ??? thanks. Nitya
