Optional
headersHTTP headers to be added to a request if tunneled through the proxy.
The host of the proxy.
The port of the proxy.
The protocol used by the proxy.
Optional
proxy-A JWT for proxy authorization, which is used when HTTP headers are not applicable, e.g., using socket protocols.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Proxy settings for connecting to an on-premise destination via connectivity proxy or web proxies. The ProxyConfiguration is
undefined
in most cases. The logic for setting it is as follows:http_proxy
andhttps_proxy
are considered.Valid form for the variable is
http://user:password@host:port
where everything besides the host is optional. For user and password non alphanumeric characters need to be percent-encoded. Note: The [no_proxy] environment variables contains a list of URLs for which no proxy will be used even if [http_proxy, https_proxy] are set. Wildcards like *.some.domain.com are not supported while checking the no_proxy env.