- Where Developers Learn, Share, & Build Careers


I am using the XMLA4JS library.

The XML service URL is on the second domain. I am getting an error message: the original tap is not allowed by access-control-permission-origin-odd ajax header

I have not modified any of their code and I am using their samples.

I have entered the URL of the OLAP cube which has been deployed to another server. I passed the User ID and Password in the URL but no luck ...

Please suggest how should I connect it?

Thank you

This is a standard issue when requesting ajax cross domain I Xmla4js The wiki has a page that tells it, and also provides a solution:

Another approach that might be working is to enable the Corus headers on the server side.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -