Skip to main content
Inspiring
June 14, 2011
Answered

CFDOCUMENT stops working when I apply HTTP Windows Challenge Authentication

  • June 14, 2011
  • 1 reply
  • 743 views

I have an application which generates a PDF document... works great, until I add Windows Authentication.  When I add IIS7 Windows Authentication, it comes back with an error that it has taken longer than allotted time or that the "service is unavailable".  If I remove the IIS7 authentication then it goes back to working just fine.

What am I missing?  I have to secure these web pages, but need CFDOCUMENT to work so the PDFs can be generated.

    This topic has been closed for replies.
    Correct answer Kevlar

    This problem was solved by adding...

    localURL="yes"

    to the cfdocumenttag that was being used to generate the PDF.

    1 reply

    KevlarAuthor
    Inspiring
    December 15, 2011

    bump

    KevlarAuthorCorrect answer
    Inspiring
    December 15, 2011

    This problem was solved by adding...

    localURL="yes"

    to the cfdocumenttag that was being used to generate the PDF.