Proxy (Section)#
Path: /facilities/http/client/proxy
Settings for the proxy the client should forward its requests through.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| scheme | enumeration (http, https) | optional | https | The scheme that should be used when connecting to the proxy. |
| hostname | union (union (string | string) | string (length: 1..253)) | required | - | The hostname of the proxy. |
| port | uint16 | optional | - | 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’ |
| username | string (length: 1..9223372036854775807) | optional | - | The username to use when authenticating to the proxy. |
| password | string (length: 1..9223372036854775807) | optional | - | The password to use when authenticating to the proxy. |