SALAM all.
i'm doing a cross mobile app using sencha touch 1 and i want to consume a RESTFUL web service that i made it with WCF.
the link ti my web service is "localhost: 8732/log/log/admin/pass/admin" and in my sencha touch 1 app, i add this code
Code:
Ext.Ajax.request({
   url: 'http://localhost:8732/log/log/admin/pass/admin',
  success : function(response, opts) {
      var obj = eval('('+
...