misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Different data and page subdomains in IE #197

Open allanjamesvestal opened 11 years ago

allanjamesvestal commented 11 years ago

Hello,

I'm finding issue when I initialize a CSV-based dataset whose source file is on one subdomain when the HTML file lives on a different subdomain.

For example, I want to create a Dataset-based visualization that lives at www.example.com/some_url/, powered by a CSV at files.example.com/sample.csv.

The issue only presents itself in IE. Is there any way to remedy this in code, or do I need to juke the server configuration to make the subdomains match?

Thanks for your help, and for the great code. Has been a delight to work with so far other than this little snag.

~Allan