I propose adding the following options to HTTP Config manager:
| name |
default |
description |
| proxy_host |
nil |
To perform a web request behind a proxy, this is required. This can be a domain or IP address of the proxy server. |
| proxy_port |
nil |
port number that the proxy server uses for client connections. |
| proxy_username |
nil |
username for proxy auth. |
| proxy_password |
nil |
password for proxy auth. |
Happy to submit a PR to add this functionality.