Click to See Complete Forum and Search --> : XML load fails for HTTPS site


grkeagle
03-19-2010, 02:38 AM
Hi,
I have a web application using CGI (VC++) and javascript to load pages. We make use of XML data island concept wherein a request from .js file requests from a CGI to load XML. The job of CGI is to dump the required XML.

This was working until we tried our application on a secure site. When we try it on a HTTPS site we get the following error message:
"The download of specified resource has failed"

We tried using a IE debugging tool (fiddler) and found that the request is properly placed and CGI is able to generate the well formed XML, but the .js file doesnt receive it.

Can anybody help us?

Thanks in advance

Ravi Gangadaran