Application Layer Proxy Support
The Web Service Connector supports an application layer proxy, which when configured for a specific application, ensures that the traffic is routed through the proxy server.
Add following lines in into the application XML based on the requirement.
HTTPS Proxy:
<entry key="https.proxyHost" value="IP of Proxy Server"/>
<entry key="https.proxyPort" value="Port on which Proxy is configured"/>
HTTP Proxy:
<entry key="http.proxyHost" value="IP of proxy Server"/>
<entry key="http.proxyPort" value="Port on which proxy Server is configured."/>
For enabling Authentication with HTTPS poxy:
<entry key="https.proxyUser" value="Username"/>
<entry key="https.proxyPassword" value="password"/>
For enabling Authentication with HTTP poxy:
<entry key="http.proxyUser" value="Username"/>
<entry key="http.proxyPassword" value="password"/>
Refer to Update Source (Full) for more information on using an API to updating the application.