Skip to content

Add support for HTTP proxies#202

Merged
thschmitt merged 1 commit intomainfrom
feature/http-proxy-support
Jun 24, 2025
Merged

Add support for HTTP proxies#202
thschmitt merged 1 commit intomainfrom
feature/http-proxy-support

Conversation

@thschmitt
Copy link
Copy Markdown
Collaborator

Passing the ProxyFromEnvironment when initializing the http.Transport so that HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables are taken into account when sending HTTP requests.

Customers can set the env variables to enable their HTTP proxies, e.g.

$env:HTTPS_PROXY="localhost:8888"; uipath du discovery projects

Fixes #201

Passing the ProxyFromEnvironment when initializing the http.Transport
so that HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables are
taken into account when sending HTTP requests.

Customers can set the env variables to enable their HTTP proxies, e.g.

```
$env:HTTPS_PROXY="localhost:8888"; uipath du discovery projects
```

Fixes #201
@thschmitt thschmitt merged commit f599d0f into main Jun 24, 2025
10 checks passed
@thschmitt thschmitt deleted the feature/http-proxy-support branch July 10, 2025 07:59
vorflux bot pushed a commit to sankeerthrao/uipathcli that referenced this pull request Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

proxy support of uipath.exe on Windows

2 participants