Skip to content

Commit 4c0bbc7

Browse files
committed
Edits
1 parent 67ae873 commit 4c0bbc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/azure/sdk/configure-proxy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ The following table provides an inventory of environment variables that can be s
3737
| `HTTPS_PROXY` | The proxy server used on HTTPS requests. |
3838
| `ALL_PROXY` | The proxy server used for both HTTP and HTTPS requests, in case `HTTP_PROXY` or `HTTPS_PROXY` are undefined. |
3939
| `NO_PROXY` | A comma-delimited list of hostnames to exclude from proxying. |
40+
| `GATEWAY_INTERFACE` | Set if running in a CGI environment. Example value: `CGI/1.1` |
4041

4142
Be aware of the following behaviors:
4243

43-
- Each environment variable in the preceding table can alternatively be defined as lowercase. For example, `http_proxy`. The lowercase form takes precedence over the uppercase form.
44+
- Each environment variable in the preceding table, except `GATEWAY_INTERFACE`, can alternatively be defined as lowercase. For example, `http_proxy`. The lowercase form takes precedence over the uppercase form.
45+
- If both `http_proxy` and `GATEWAY_INTERFACE` are undefined, `HTTP_PROXY` is used.
4446
- Protocol-specific environment variables take precedence over `ALL_PROXY`.
4547

4648
The proxy server URL takes the form `http[s]://[username:password@]<ip_address_or_hostname>:<port>/`, where the `username:password` combination is optional. To get the IP address or hostname, port, and credentials for your proxy server, consult your network administrator.

0 commit comments

Comments
 (0)