Sign in to follow this  
isaacfinnegan

error occurred while loading data - only on IE only on 1 site

Recommended Posts

I am serving up my source data from our CMS. When I load the page in Firefox the chart draws fine. When I load it in IE the object shows this error in debug:

 

ERROR: an error occurred while loading your data. Please check your dataURL....

 

 

 

If I load the dataURL as a page in IE, it loads it fine.

 

If I copy the output to a static file and change the object to use the static file then the chart loads fine.

 

 

 

I have checked and there is no difference that I can see in the headers of the response. At first I thought it might be the chunked encoding on the response from the CMS, but I wrote a CGI to spit out the static file (to produce the chunked encoding) and it still succeeds when not using the CMS The body of the response from the server is identical in both cases. What might be causing this?

 

 

 

One question? When the chart requests the data does it use the browser? Does the chart data request send the same cookies that the browser sends?

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