Is there a Java replacement for CFHTTP to use NTLM Authentication from ColdFusion? -


facts

  1. i need access web service protected ntlm authentication.
  2. i using coldfusion 8.
  3. i need solution cross platform, ex. windows, linux, os-x (aka no .net component)
  4. java seems way go, cannot wrap head around limited advice available online.

given

  1. url: "http://webservice.com/endpoint.asmx"
  2. method: post
  3. username: "un"
  4. password: "pw"
  5. 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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -