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
Copy file name to clipboardExpand all lines: docs/docs/user-guide/using-proxy-url.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,13 @@ When using a proxy, it's important to understand the different parts of a proxy
15
15
-**username and password**: if the proxy server requires authentication, you will need to provide a username and password
16
16
-**host**: the hostname or IP address of the proxy server
17
17
-**port number**: the port number on which the proxy server is listening. Defaults to 443 for the `HTTPS` protocol, otherwise it defaults to 80 when not provided
18
+
19
+
## Bypassing the proxy for specific hosts
20
+
21
+
If you need certain requests to bypass the proxy, you can use the `NO_PROXY` (or `no_proxy`) environment variable. This is a comma-separated list of hostnames or domain patterns that should not be routed through the proxy.
22
+
23
+
For example, to bypass the proxy for Microsoft authentication endpoints:
0 commit comments