I would like to consume a REST API using clojure, but I need to use digest authentication. I've been googling, but I can find no direct support for it in any of the client libs, and the documentation on the Java side (as well as on digest auth implementations in general) is poor.
I would basically like to get recommendations on the easiest route to get digest authentication working on my http requests from clojure.
clj-http uses HttpComponents that have digest authentication (see here). Maybe you can cook something with that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With