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

(#1021) Use credentials for downloads #3283

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jul 23, 2023

  1. (chocolatey#1021) Adds support for authenticated downloads

    Download-relevant Chocolatey Helper functions are extended with a
    "Credentials" parameter to enable downloads over HTTP(S) that require
    authentication.
    
    The parameter is then attached to the Microsoft System.Net.HttpWebRequest
    object to perform the download.
    
    Before this change it was not possible to pass credentials for downloads
    we-mi committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ad88905 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    05a3e06 View commit details
    Browse the repository at this point in the history