Hi, I'm developing an App with Cordova with which I intend to consume services Odoo. If launched the App with an emulator of Cordova as "ripple emulate" gives me error 404. Doing a little research I see that is related to that default CORS not allowed. I have the same problem if I want to consume the webservice from a web page installed in a different domain of Odoo. I have no problems in playing with the application if I have it installed on the device but I always try to compile and install and that is time consuming.
Have you got enabled CORS in Odoo? How I can do to add the allow-access-from domain * a werkzug header? Thank you.
No one has faced the problem of access to external web via webservice to Odoo?