|
I'm writing a Lift application that will need to make HTTP requests to a REST server. The REST server uses CSV. It also requires ambient NTLM authentication. I want to make the resquest to the server, transform the response to json, and fire it back to the browser.
Q1: is dispatch-http all I need, and,
Q2: any idea how to deal with the HTLM auth?
|