Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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!