Full thread
I am working with ionic 3, I did an app to consume web services from odoo, for this I used a npm package: odoo-xmlrpc.
it work fine with android, but when I simulate for iPhone, it can't connect with the server. I tried a manual connection, but it wasn't worked, it show an XHR error, but no show exactly the error.
I used a sniffer(charles) to show me http packages and I get some information. it try to connect using OPTIONS Method, but the server request is 404 not FOUND
Full thread
I am working with ionic 3, I did an app to consume web services from odoo, for this I used a npm package: odoo-xmlrpc.
it work fine with android, but when I simulate for iPhone, it can't connect with the server. I tried a manual connection, but it wasn't worked, it show an XHR error, but no show exactly the error.
I used a sniffer(charles) to show me http packages and I get some information. it try to connect using OPTIONS Method, but the server request is 404 not FOUND