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/cli/explanations/env.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If the environment variable is not set, it'll default to "https://sourcegraph.co
22
22
23
23
To create an access token, please refer to "[Creating an access token](/cli/how-tos/creating_an_access_token)".
24
24
25
-
## Adding request headers with `SRC_HEADER_`
25
+
## Adding request headers with `SRC_HEADER_` (Proxy Authentication with `src`)
26
26
27
27
If your instance is behind an authenticating proxy that requires additional headers, they can be supplied via environment variables. Any environment variable passed starting with the string `SRC_HEADER_{string-A}="String-B"` will be passed into the request with form `String-A: String-B`. See examples below:
0 commit comments