Is there a Java replacement for CFHTTP to use NTLM Authentication from ColdFusion? -
facts
- i need access web service protected ntlm authentication.
- i using coldfusion 8.
- i need solution cross platform, ex. windows, linux, os-x (aka no .net component)
- java seems way go, cannot wrap head around limited advice available online.
given
- url: "http://webservice.com/endpoint.asmx"
- method: post
- username: "un"
- password: "pw"
- body: "name=bob&email=bob@bob.bob"
how do this?
yes there 1 based on apache's http client components.
http://ntlmhttpclient.riaforge.org/
it support post method , ntlm authentication.
Comments
Post a Comment