Configuring Network Proxy for Local Edition SDK
In case your internet access is governed by a network proxy. Complete the following steps to configure the SDK using the proxy.
Procedure
-
Edit the Gradle settings file at
<extract-location>/MasheryLocalSDK/gradle.properties. -
Configure an HTTPS URI.
systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=proxy\_port -
Configuration proxy for HTTP URI.
systemProp.http.proxyHost=www.somehost.org
systemProp.http.proxyPort=proxy\_portFor more information on advance configuration like credentials and no proxy settings, see Accessing the Web Through a Proxy.