|
|
|
Forum 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.
|
|
|
|
|
Forum 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?
|
|
|
|