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

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

Commits on Jul 4, 2024

  1. feat: use ProxyAddress with Credential when passed to powershell script

    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 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d10d648 View commit details
    Browse the repository at this point in the history