PerroLoco

setDataURL issues, mysterious querystring appended

Recommended Posts

I'm having trouble using relative URLs for the setDataURL method. Using the FusionCharts debug mode I was able to determine that a querystring is being appended to the URL of my XML data file. Here's what I get the debug tells me:

 

 

 

INFO: XML Data provided using dataURL method.

 

dataURL provided: small.xml

 

dataURL invoked: small.xml?FCTime=341

 

 

 

I'm not positive, but I believe the appended querystring is causing the data load to fail. Is it FusionCharts that is appending the querystring, or is it possible it's coming from other environmental factors?

Edited by Guest

Share this post


Link to post
Share on other sites
Pallav (3/21/2008)
It's FusionCharts that's appending the querystring to avoid data from caching.

 

 

 

Thanks for the response. But since the appended query string is causing the call to the data file to fail, is there a way to prevent it from happening?

 

 

 

Thanks.

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