Does the Install-ChocolateyZipPackage commandlet support basic authentication, i.e. via an URL such as https://user:password@example.com
?
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).