Set proxy - REST connector
Hi,
We need to call a REST webservice through a proxy and we have added a Java step in the activity before executing the Connect-Rest step.
System.setProperty("http.proxyHost", " Proprietary information hidden");
System.setProperty("http.proxyPort", "80");
The requirements don't allow to change the proxy for all the integrations.
Version: 7.3.1
Is it okay? Does it exist other way to set the proxy?
Thank you in advance.