Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capability of setting HTTP/HTTPS proxy as client parameter vs using ENV #180

Open
grvillic opened this issue Dec 19, 2020 · 1 comment
Open
Assignees
Labels
enhancement Feature Request This issue requests a feature that is currently not supported

Comments

@grvillic
Copy link

Context

I have an app that would only use https proxy for clients that make outgoing HTTP requests to external services, like ABS. I see this client does support proxy, but only as ENV variable. See Core HTTP Client:

Solution

We should be able to define outbound proxy without affecting the whole app environment. Passing optional client param from its instantiation and using ENV var as fallback (if any).

@katmsft katmsft added enhancement Feature Request This issue requests a feature that is currently not supported labels Jan 6, 2021
@katmsft katmsft self-assigned this Jan 6, 2021
@katmsft
Copy link
Member

katmsft commented Jan 6, 2021

Thanks for raising the feature request. This is added to our backlog.
We also welcome community contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature Request This issue requests a feature that is currently not supported
Projects
None yet
Development

No branches or pull requests

2 participants