Variable | HTTP_PROXY_ALLOW_ACTIONS_NOT_USE | |
Introduced Version | 1.19.0 | |
Description | Allows actions not to use HTTP proxy | |
Default | false |
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 for more details on HTTP proxy configuration.