Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Description

proxyHost

null

The proxy host name

proxyPort

null

The proxy port number

authMethod

null

Authentication method, either as Basic, Digest or NTML.

authUsername

null

Username for authentication

authPassword

null

Password for authentication

authDomain

null

Domain for NTML authentication

authHost

null

Optional host for NTML authentication

proxyHost

null

The proxy host name

proxyPort

null

The proxy port number

proxyAuthMethod

null

Authentication method for proxy, either as Basic, Digest or NTML.

proxyAuthUsername

null

Username for proxy authentication

proxyAuthPassword

null

Password for proxy authentication

proxyAuthDomain

null

Domain for proxy NTML authentication

proxyAuthHost

null

Optional host for proxy NTML authentication

When using authentication you must provide the choice of method for the authMethod or authProxyMethod options.
You can configure the proxy and authentication details on either the HttpComponent or the HttpEndoint. Values provided on the HttpEndpoint will take precedence over HttpComponent. Its most likely best to configure this on the HttpComponent which allows you to do this once.

...