Cannot use $.getJSON on a local file
------------------------------------
Key: CB-276
URL: https://issues.apache.org/jira/browse/CB-276
Project: Apache Callback
Issue Type: Bug
Components: WP7
Affects Versions: 1.4.0
Reporter: Alexandre Mathieu
Assignee: Jesse MacFadyen
I have the following code in my JS:
$.getJSON('json/somefile.json').success(function(data) { ... });
Where somefile.json has been set to "Content".
The console gives me the following message:
Wrapped XHR received Error from FileAPI :: [object Object]
Where the object contains: {code: 1}
Any idea on the matter?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira