I’m sending an ajax request to my server (GET or POST) and the request done successfully but problem is before my main request sencha sends a request method called OPTIONS that is not my intention and because of that it fails . how i can disable this ?
Share
problem solved! in phonegap this will not be a problom because browser is sender of request actually not sencha ! and if you want to disable it in your chrome browser simply run it with these options :