This question has been flagged

I have a question regarding PoS. If I configure the PoS with Hardware Proxy at localhost, is the PoS web client making directly the call to localhost directly?

I this case, how is possible to avoid Cross-Origin Request if I am connected to some runbot instance and the Hardware Proxy is pointing at localhost?

Avatar
Discard
Author Best Answer

It turns out that Odoo is using CORS (http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) to do Cross-Origin calls from the web client.

Avatar
Discard