Appsmith supports running with a HTTP proxy, that can be configured with `HTTP_PROXY` or `HTTPS_PROXY` env variables. Like this: ```sh HTTP_PROXY=http://myproxy:8080 HTTPS_PROXY=http://myproxy:8443 ``` However, this proxy support didn't support authentication. This PR implements that. Now, proxy with authentication can be configured like this: ```sh HTTP_PROXY=http://user:password@myproxy:8080 HTTPS_PROXY=http://user:password@myproxy:8080 ``` This is not syntax or standards invented by Appsmith. This is the standard way proxy is usually configured. Fixes #16330 🍰 |
||
|---|---|---|
| .. | ||
| ansible | ||
| aws | ||
| aws_ami | ||
| digital_ocean | ||
| docker | ||
| helm | ||
| heroku | ||
| packer | ||
| template | ||
| install.sh | ||