Is there any Ruby library that supports HTTP Digest?
Is there any Ruby library that supports HTTP Digest?
579 Views Asked by Pierre Valade At
2
There are 2 best solutions below
0

The httpclient library on github seems to support it although I have not used it myself.
If you are developing a Rails application then Digest is now supported within the framework.
httparty has just been patched to work correctly with HTTP Digest.