I'm making a Ajax.request to a remote PHP server in a Sencha Touch 2 application (wrapped in phonegap).
The response from the server is the following:
XMLHttpRequest cannot load http://nqatalog.negroesquisso.pt/login.php. Origin
http://localhost:8888is not allowed by Access-Control-Allow-Origin.



dataType: 'jsonp',does the trick – amit Oct 11 '12 at 12:45