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"
}]