Does anyone know how to setup basic auth with the Savon gem update
(0.8.1)?
figured it out:
client = Savon::Client.new do
wsdl.document = “https://service.example.com”
http.auth.basic “user”, “pass”
end
Does anyone know how to setup basic auth with the Savon gem update
(0.8.1)?
figured it out:
client = Savon::Client.new do
wsdl.document = “https://service.example.com”
http.auth.basic “user”, “pass”
end
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs