Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: use ProxyAddress with Credential when passed to powershell script #535

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arika0093
Copy link

Description:
In a proxy environment, such as in an enterprise, HTTP(S)_PROXY often takes the form of credentials.
When $ProxyAddress is passed in this format, PowerShell WebProxy does not use the authentication information by default.
This PR aims to solve the above problem.

Related issue:
None.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

In a proxy environment, such as in an enterprise, HTTP(S)_PROXY often takes the form of credentials, i.e., http://user:pass@host:port. 
When $ProxyAddress is passed in this format, WebProxy does not use the authentication information by default.
This PR aims to solve the above problem.
@arika0093 arika0093 requested a review from a team as a code owner July 4, 2024 14:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant