Closed saidatta closed 6 years ago
Sorry there is a bug in the current java SDK with using proxy. We are working on a hot fix with highest priority and plan to release a new version before Sept 30. I will come back to this thread when there is update.
ok.Thanks for the response. Currently, we have a workaround with setting the HTTPRequest with proxy and it passing it in ReportingServiceManager
. But, It is an ugly workaround and hope the hotfix makes things more elegant
could you please share your work around as well @saidatta
@saidatta version 11.12.6.1 is released today. Could you please try this version and let me know the result? what you need to do is only: System.setProperty("https.proxyHost", "proxy-host"); System.setProperty("https.proxyPort", "3128");
Is 11.12.6.1
released in mvn? Any ideas on how I can download it.
https://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads
@saidatta you are not able to using it? It is already listed in the link you pasted above. https://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/11.12.6.1
It is working now. Thanks
Hey guys,
I am new to the Bing SDK. I am unclear on how to reach use the SDK behind a proxy?
I have tried placing these values. But it still throws me a connection timeout for the URL
https://dvsrdl.api.bingads.microsoft.com...
This is the code snippet that tries to download the report.
I am using Bing SDK version - v12. and the latest Release mvn version.
and I am unclear on how the HTTPRequest library would accept my proxy to make the call. Any ideas or hints would be greatly appreciated?