FusionCharts over https in IE
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



FusionCharts over https in IE Expand / Collapse
Author
Message
Posted 3/12/2008 9:52:33 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/10/2008 8:22:31 AM
Posts: 5, Visits: 15
I have read the article about FusionCharts over SSL, http://www.fusioncharts.com/KB/article.aspx?id=10091

but I still can't get it right.

I've changed my headers to:
Cache-Control: cache, must-revalidate
Pragma: public

like this:

response.setContentType("text/xml");
response.setHeader("Cache-Control", "cache, must-revalidate");
response.setHeader("Pragma", "public");

in my jsp page that prints out the xml data. I get access to the page in Internet Explorer but I cannot get the javascript code (with the dataUrl method) to read and download the xml.

I get a "movie not loaded" error instead. It works well in other browsers like Firefox.
Post #5033
Posted 3/14/2008 3:38:45 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/10/2008 8:22:31 AM
Posts: 5, Visits: 15
Can the problem be that I can't load the swf file in IE on https?

Because It looks like the browser never reads form the XML page. When I try a system.println before and after the headers I get nothing. Like if the flash component never even starts reading the xml file. This works well in firefox and I get the both printlines.

Anyone that knows what the problem is?
Post #5070
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 10:37pm


Execution: 0.188.