Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

NTLM Proxy Issue

Guest
Jan 14, 2010 Jan 14, 2010

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

551
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 15, 2010 Jan 15, 2010
LATEST

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources