force-rest-api
force-rest-api copied to clipboard
Add proxy settings in ApiConfig
I use this library in an application with a proxy and it is not working. Even using the following property in my Java code.
System.setProperty ("http.proxyHost", "..."); System.setProperty ("http.proxyPort", "...");
Is it possible to add the possibility to set up a proxy in the class "ApiConfig" so that it is used in methods "openConnection" Class "HttpURLConnection"?
The code is present in this fork: https://github.com/alexsapps/force-rest-api/tree/improvementsMarch2015
Thank you
Yes. Proxy support makes sense.
Do you mind sending a nice clean, rebased pull request? That would be very helpful, thanks!
Also, think about how you would test it.
Hi, any plans to add proxy support? I know this is over 5 years old now, but I would really appreciate this to be added. :)