You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: