Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cli/explanations/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If the environment variable is not set, it'll default to "https://sourcegraph.co

To create an access token, please refer to "[Creating an access token](/cli/how-tos/creating_an_access_token)".

## Adding request headers with `SRC_HEADER_`
## Adding request headers with `SRC_HEADER_` (Proxy Authentication with `src`)

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:

Expand Down
Loading