-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add headers configuration to WSDLRequest#build (#753)
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.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters