Skip to main content
Feedback

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

  1. Edit the Gradle settings file at <extract-location>/MasheryLocalSDK/gradle.properties.

  2. Configure an HTTPS URI.

    systemProp.https.proxyHost=www.somehost.org
    systemProp.https.proxyPort=proxy\_port
  3. Configuration proxy for HTTP URI.

    systemProp.http.proxyHost=www.somehost.org
    systemProp.http.proxyPort=proxy\_port

    For more information on advance configuration like credentials and no proxy settings, see Accessing the Web Through a Proxy.

On this Page