Search code examples
basic-authenticationchocolatey

Does Install-ChocolateyZipPackage support basic authentication?


Does the Install-ChocolateyZipPackage commandlet support basic authentication, i.e. via an URL such as https://user:password@example.com?


Solution

  • There is probably no support for this at the moment, as if we pass such an URL (with credentials) to Install-ChocolateyZipPackage, our server responds with 401 (Unauthorized).