I want to unit test a web application from Clojure. The web application tested is hidden behind NTLM-login. Is there any simple way to use existing clojure http-clients to login with credentials?

Clj-http throws exception when I try to access the site, I guess it would be possible to extend the nice clj-http to be able to login via NTLM, but is there an already available solution?

Current workaround: The command Curl have an option to login with ntlm, so I can use that as a (slurp "http://...") of sorts by calling that program by the gorgeous c.c.shell-out lib

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.