Proxy (Section)#

Path: /facilities/http/client/proxy

Settings for the proxy the client should forward its requests through.

Parameters#

NameTypeRequiredDefaultDescription
schemeenumeration (http, https)optionalhttpsThe scheme that should be used when connecting to the proxy.
hostnameunion (union (string | string) | string (length: 1..253))required-The hostname of the proxy.
portuint16optional-The port of the proxy. If not set, the port will default to a value corresponding to the selected scheme; 443 for ‘https’, 80 for ‘http’
usernamestring (length: 1..9223372036854775807)optional-The username to use when authenticating to the proxy.
passwordstring (length: 1..9223372036854775807)optional-The password to use when authenticating to the proxy.

Was this helpful?