You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`HTTP_PROXY`or `http_proxy`| The proxy server used on HTTP requests. |
37
+
|`HTTPS_PROXY`or `https_proxy`| The proxy server used on HTTPS requests. |
38
+
|`ALL_PROXY`or `all_proxy`| The proxy server used for both HTTP and HTTPS requests. |
39
+
|`NO_PROXY`or `no_proxy`| A comma-delimited list of hostnames to exclude from proxying. |
40
+
|`GATEWAY_INTERFACE`| Indicator that the app is running in a Common Gateway Interface (CGI) environment. Example value: `CGI/1.1`|
41
41
42
42
Be aware of the following behaviors:
43
43
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.
44
+
- Each environment variable in the preceding table, except `GATEWAY_INTERFACE`, can alternatively be defined as lowercase. The lowercase form takes precedence over the uppercase form.
45
45
- If both `http_proxy` and `GATEWAY_INTERFACE` are undefined, `HTTP_PROXY` is used.
46
46
-`ALL_PROXY` is considered only when either an HTTP or an HTTPS proxy is undefined.
47
47
- Protocol-specific environment variables take precedence over `ALL_PROXY`.
0 commit comments