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

HTTP Digest Authentication #24

Closed
marcoshack opened this issue Jan 18, 2010 · 6 comments
Closed

HTTP Digest Authentication #24

marcoshack opened this issue Jan 18, 2010 · 6 comments

Comments

@marcoshack
Copy link

(previously on savon: "HTTP Basic Auth" :)

Is there HTTP Digest Authentication support in Savon?

@rubiii
Copy link
Contributor

rubiii commented Jan 18, 2010

no, right now there is no support for http digest authentication. i know it's possible to force the standard ruby net::http library to allow http digest authentication, but until now there was no demand to add this feature.

i may add it in an upcoming release and i'll leave this issue open for now.

@traxanos
Copy link

traxanos commented Jul 5, 2010

hi i need digest auth, too. why u use the old net/http and not httpclient. it has the digest auth included.

@rubiii
Copy link
Contributor

rubiii commented Jul 5, 2010

httpclient looks like a good alternative to net/http. it looks like it's jruby-compatible (which is one of my requirements), so i'll definitely take a look at it. thanks in advance. will keep you updated on the progress.

@rubiii
Copy link
Contributor

rubiii commented Sep 26, 2010

the current dev branch contains an update that finally makes this possible. i'm now using the HTTPI (http://rubygems.org/gems/httpi) gem to execute HTTP requests. it defaults to use HTTPClient which allows you to use HTTP digest authentication.

there's still some refactoring left to do, but i hope to get this released asap.

@rubiii
Copy link
Contributor

rubiii commented Oct 29, 2010

please try savon 0.8.0.beta.1

@rubiii
Copy link
Contributor

rubiii commented Dec 20, 2010

released v0.8.0 which should solve this problem.

rubiii added a commit that referenced this issue Jun 3, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants