clj-http

Bhougland 2020-03-05T13:47:58.008800Z

@erwinrooijakker I have to login to a client's corporate erp and it is authenticated via SAML2. Instead of using clj-http for this I was going to use browser automation for the login and pass the cookies so I could do the requests. I don't want to use the browser automation part if I don't have to, but authentication programmatically proved too difficult when I first attempted it.