0

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

aknuds1
  • 65,625
  • 67
  • 195
  • 317

1 Answers1

0

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).

aknuds1
  • 65,625
  • 67
  • 195
  • 317
  • 1
    It's probably something that can be added. File a ticket on github? https://github.com/chocolatey/chocolatey/issues/new – ferventcoder Oct 17 '13 at 16:11