I have installed the standard feedback module, and turned captcha on - but the captcha image does not display. If I disable pageblaster in the web.config file the captcha image shows just fine. This leads me to believe there is a problem with pageblaster working with captcha. I had another problem like this a while ago with a different module vendor and he replied to me: ================================================================= Marc,
It turned-out to be a bug in DNN captcha module. When captcha image is requested from server (through the captcha IHTTPHandler), developers fail to set "image/jpeg" as response type, while leaving "text/http". That makes our module think this response needs to be processed as HTML and the captcha image get destructed because of it. DNN developers need to send response type to "image/jpeg" to address the issue. ================================================================= I don't know if that helps. Can you please help me as I need to have captcha to prevent lots of spam messages. Thanks Marc. |