Skip to main content
January 14, 2010
Question

NTLM Proxy Issue

  • January 14, 2010
  • 1 reply
  • 575 views

I am having trouble using CFHTTP, CFSAREPOINT or CFFEED tags because of ISA proxy seetings. Our ISA server requires NTLM of Digest auth and I do not know how to implement NTLM with CF. Any ideas on how to accompish this?

Shandilya

    This topic has been closed for replies.

    1 reply

    AdamPresley
    Participating Frequently
    January 15, 2010

    From what I understand Digest authentication is not supported by CFHTTP in ColdFusion, and I suspect not supported in other tags either. Here is a very useful blog post where the author demonstrates going down to Java and the Apache HTTP client to do digest authentication.

    http://www.terrenceryan.com/blog/post.cfm/digest-authentication-in-coldfusion

    Happy coding!