Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't pass headers for WSDL downloading #750

Closed
andrewhamon opened this issue Mar 23, 2016 · 0 comments · Fixed by #753
Closed

Doesn't pass headers for WSDL downloading #750

andrewhamon opened this issue Mar 23, 2016 · 0 comments · Fixed by #753

Comments

@andrewhamon
Copy link

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

@pcai pcai closed this as completed in #753 Aug 22, 2017
pcai pushed a commit that referenced this issue Aug 22, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant