Hi,
We’re trying to display a video sequence in our WEB application using Milestone Mobile Server. Both MobileServerSample and MobilePlaybackSample work just fine as long as we have them deployed to the same IIS where Mobile Server itself is installed. However, once we move them to another machine we are facing troubles with Cross-Origin Resource Sharing - the request coming from javascript now has ‘OPTIONS’ verb instead of ‘POST’ and it gets rejected by the Mobile Server.
Now, why this is important to us? Our web application is hosted in the cloud (Microsoft Azure) and we’re using ‘App Services’ hosting option instead of Virtual Machine. It automatically gives us various failover and load balancing options, which we would have to implement manually in case of VM. However, with this option we do not have a direct control over the machine hosting our web application and so we cannot install any application on it including Milestone Mobile Server i.e. we have to host it somewhere else. And this leads to a problem described above.
Is there a workaround for us to get Mobile Server working in our setup? Any configuration settings there?
Regards,
Vadim