HTTP headers to be added to a request if tunneled through the proxy. If the request is going to an OnPremise system via the connectivity proxy, the header contains the 'Proxy-Authorization' and the 'SAP-Connectivity-Authentication' header if a JWT is present on the current request. For web proxies only the 'Proxy-Authorization' enter the header fields if provided.
The host of the proxy.
The port of the proxy.
The protocol used by the proxy
Copyright Ⓒ 2023 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 follow: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.