5

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.

1 Answer 1

3

clj-http uses HttpComponents that have digest authentication (see here). Maybe you can cook something with that.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.