OptionHTTP_PROXY_ALLOW_ACTIONS_NOT_USE
Description Allows actions not to use HTTP proxy
Introduced Version1.19.0
Defaultfalse

Because of security, actions are configured by default to use the HTTP proxy, with this variable set to false as the default.

In some situations, there can be actions that do not work with the proxy. In that case, users can be allowed not to use the HTTP proxy for an action. This is done by setting:

ini
HTTP_PROXY_ALLOW_ACTIONS_NOT_USE=true

See HTTP Proxy Client Configuration for more details on HTTP proxy configuration.