I am access odoo data from other applications by using odoo base APIs.
When I try to access data from third party application it shows like below
{jsonrpc: "2.0", id: null, result: {…}}
home:1 Access to XMLHttpRequest at 'http://x.x.x.x:8069/web/dataset/search_read' from origin 'http://localhost:8100' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.
Is anybody has solution or better alternate way to achieve this...
I have the same problem.