Nikita Rawat
Nikita Rawat
Yes, I am trying to proxy the service client returned by googleAdsClient. I basically want to route calls through my company's proxy server and I believe I'll have to proxy...
I tried setEndpoint("proxyHost:proxyPort") and also setEndpoint("proxyHost/googleads.googleapis.com:443") but it didn't work.
I am already using System.setProperty() to set the proxy and it is working fine. But I don't want to set proxy for all calls as different services in my application...