- Proxy (webclient.api) Configuration
Configuration options
| key | type | default value | description |
|---|---|---|---|
force-http-connect | boolean | Forces HTTP CONNECT with the proxy server. Otherwise it will not execute HTTP CONNECT when the request is plain HTTP with no authentication. | |
host | string | Sets a new host value. | |
no-proxy | string[] | Configure a host pattern that is not going through a proxy. Options are:
| |
password | string | Sets a new password for the proxy. | |
port | int | Sets a port value. | |
type | ProxyType (NONE, SYSTEM, HTTP) | HTTP | Sets a new proxy type. Allowed values:
|
username | string | Sets a new username for the proxy. |