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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug report
Trying to access the WSDL by using the proxy with credentials.
Note: here, the password contains a special letter(#) like "Savon#1234"
tried with below
1.
Savon.client(
wsdl: SERVICE_WSDL,
pretty_print_xml: true,
log: true,
logger: Logger.new(STDOUT),
log_level: :debug,
strip_namespaces: false,
convert_request_keys_to: :none,
proxy: "http://username:password@proxy_host:portnumber",
use_wsa_headers: true
)
2. Adding headers
**secret = Base64.strict_encode64("proxyusername:password")**
**headers: { "Proxy-Authorization" => "Basic #{secret}" }**
tried 2 ways.. but not able to access the services.
Current behavior:
Error:
Connect to the server failed with status 407 Proxy Authentication Required
Steps to reproduce current behavior:
Expected behavior:
System information:
The text was updated successfully, but these errors were encountered: