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

Add headers configuration to WSDLRequest#build #753

Merged
merged 1 commit into from Aug 22, 2017
Merged

Add headers configuration to WSDLRequest#build #753

merged 1 commit into from Aug 22, 2017

Conversation

janraasch
Copy link
Contributor

e.g. some proxy servers may require

{ "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 a late addition to #378.

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.
@janraasch
Copy link
Contributor Author

Please excuse the failing build. The failing test case seems to be failing on master even without this commit.

@ErvalhouS
Copy link

Please merge this, tested it and it works.

@pcai
Copy link
Member

pcai commented Aug 22, 2017

Thanks. I'll merge this once I confirm the specs pass when rebased on master. Checking it out locally now.

@pcai pcai merged commit 2bd15ef into savonrb:master Aug 22, 2017
@pcai
Copy link
Member

pcai commented Aug 22, 2017

Thanks @janraasch for contributing this!

@janraasch janraasch deleted the feature/wsdl-request-with-headers branch August 23, 2017 04:58
@janraasch
Copy link
Contributor Author

Sure. Thank you for merging this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't pass headers for WSDL downloading
3 participants