1

Is it possible to disable authentication (basic_auth) when Savon attempts to retrieve the WSDL?

It appears that this changed somewhere around 2.0 or 2.1 and now the authentication headers are always being sent, which the server I am calling throws an error when this happens.

Jared
  • 65
  • 1
  • 4

1 Answers1

1

Savon will perform basic auth only if you provide :basic_auth while creating the Savon.client object.

Sooraj
  • 412
  • 4
  • 11