Hi,
I've searched this and found it to be a topic discussed frequently, and I've read the page at http://www.fusioncharts.com/free/docs/Contents/Adv_SSL.html to try to resolve the problem, but no luck. My chart renders fine over HTTP, but not in HTTPS.
I'm using FusionCharts Javascript class to embed the chart, and I'm using the dataXML method.
I've put the following code into my (classic ASP) .asp page that contains the "Call renderChart" statement:
<% Response.CacheControl = 'cache, must-revalidate" %>
<% Response.AddHeader "Pragma", "public" %>
<% Response.CacheControl = "cache, must-revalidate" %><% Response.AddHeader "Pragma", "public" %><% Response.Expires = -1 %><% Response.CacheControl = "cache, must-revalidate" %><% Response.CacheControl = "cache, must-revalidate" %><% Response.AddHeader "Pragma", "public" %><% Response.Expires = -1 %><% Response.AddHeader "Pragma", "public" %><% Response.Expires = -1 %>
But no luck...it works great on HTTP but not on HTTPS. How can I get it working on HTTPS?
Thanks!