Sign in to follow this  
Pallav

Cant load chart file in https over https

Recommended Posts

My webapp with fusioncharts works well in Firefox, but not in Internet Explorer. The problem isn't that I can't get the XML data (the Pragma and Chach-Control header, when you get a "Error in loading data") because I can load a Excel file with html data. I get a Movie not loaded error instead, like if that IE can't load the swf file.

 

 

 

I tested the application on another computer with https on IE and that doesn't work, but it do work on regular http in IE.

Share this post


Link to post
Share on other sites

I have the same issue and am interested in your suggestion. Could you please explain more on how to load swf using ssl? Can you give a short piece of sample code?

Thanks in advance.

Share this post


Link to post
Share on other sites

Thank you Rahul for the prompt reply.

Yes I sent back the following headers from the JSP file that generated the xml data:

Pragma: public

Cache-control: cache, must-revalidate

I catched the response header and confirmed that the headers are set correctly as above. But I still saw the "movie not loaded" issue.

When I tried to also set the above mentioned headers in the page that calls the "setDataURL" method, I just got nothing in the response page.

One thing I noticed is that when I placed the files to a server side location that does not require login authentication, then it works on IE also.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this