每次我尝试使用 sencha touch 获取 json 提要时,我总是会收到此错误。
XMLHttpRequest cannot load http://api.example.com/index.php/news/all/format/json?_dc=1342630239638&node=root. Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers.
我怎样才能解决这个问题来阻止这个我真的很想和 sencha 一起工作,但我的大部分工作都将与 json 提要一起工作???
任何帮助
我的json输出看起来像这样它没有rootproperty节点?
[{
"id": "7253",
"title": "hello",
"description": "",
"source": "syrianews",
"cat_name": "Syrianews"
}, {
"id": "7208",
"title": "hello",
"description": "",
"source": "syrianews",
"cat_name": "Syrianews"
}]