You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you specify a proxy as well as a Proxy-Authorization header, only the proxy seems to be passed to Wasabi, but not the authorization, causing the download to fail (for proxies that require auth).
e.g. some proxy servers may require
```ruby
{ "Proxy-Authorization" => "Basic base64EncodedAuthHash" }
```
as part of the headers.
In particular we ran into issues with using the Proximo Heroku Add-On.
This fixes#750 and may be considered as a late addition to #378.
If you specify a proxy as well as a Proxy-Authorization header, only the proxy seems to be passed to Wasabi, but not the authorization, causing the download to fail (for proxies that require auth).
http://stackoverflow.com/a/36168266/2469769
The text was updated successfully, but these errors were encountered: