Sign in to follow this  
leaderpol

HTTPS and IE

Recommended Posts

I'm using FusionChartsFree on a apache HTTPS server. With IE the charts are not visibles. I try to set the XML by using setDataXML, I try to modify headers using Cache-Control: cache, must-revalidate and Pragma: public, but no way, the chart is unvisible.

 

On Firefox there is no problem charts are great.

 

Do you have any solution for me ?

Share this post


Link to post
Share on other sites

In Tomcat goto

TOMCAT_HOME/conf/context.xml

add the following lines in between <context></context>

 <Valve className="org.apache.catalina.authenticator.FormAuthenticator"

  disableProxyCaching="false" />

Than restart your server.

Veeraswamy R

Share this post


Link to post
Share on other sites

Thank you Veeraswamy. :(

We would love all users to participate in these forums, not only to ask questions, but to answer other users' queries as well. ( wherever possible )

Love thy FusionCharts neighbours.

Srividya

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