package_control icon indicating copy to clipboard operation
package_control copied to clipboard

Fix client side basic auth

Open deathaxe opened this issue 3 years ago • 0 comments

This PR fixes two bugs related with basic authentication:

  1. The http_basic_auth setting is not cached by PackageManager and therefore not passed to downloaders.
  2. Basic authentication doesn't work for WinINetDownloader

As a result users with numerous custom repositories might quickly hit rather low API rate limits.

deathaxe avatar Aug 15 '22 20:08 deathaxe