Sign in to follow this  
Rahul Kumar

fusion charts in https environment

Recommended Posts

Hi,

 

I am using fusion charts in https environment

 

i changed the code according to http://www.fusioncharts.com/KB/article.aspx?id=10022 and got rid of the security warning.

 

 

 

but can't get the data loading. It says "Error loading Data"

 

 

 

i can't get it right even before changing the headers

 

says "Error loading data"

 

 

 

After changing the headers like shown below

 

 

 

Me.Response.AddHeader("Cache-Control", "cache, must-revalidate")

 

Me.Response.AddHeader("Pragma", "public")

 

 

 

then it says "No data available"

 

 

 

but if I remove those headers it is shown correctly in firefox and other browsers other than IE.

 

 

 

So, what is the fix for IE?

 

 

 

I checked all other threads related this post in this forum but of no help in this issue.

Edited by Guest

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