Hi,
I'm trying to access the OLAP cube, hosted on server in the same network. I've followed all the tutorials mentiond in this thread: https://forums.iis.net/t/1229843.aspx?Connecting+OLAP+Cube+through+JQuery+ajax+XML+A
But at the end, I'm still not able to use it from my angular application, neither from custom ajax call. On the other hand, I was able to connect to the cube via. Sql Server Management studio.
I think the issue is, I can specify Windows authentication for this approach. If I set only Windows authentication in IIS application, I get error when application is trying to do OPTIONS request. But if I allow anonymous as well, OPTIONS request is passed but I get error when excuting POST request.
Is there anyway to achieve this with only Windows authentication allowed? I need this because, I want user identity passed for the access to the cube.