Post Sat Jan 07, 2017 6:35 pm

CDS API server settings.

Dear all,

I am a new user of this forum. And I wanted to start with acknowledging how great of a product I find Serviio !

I wanted to use the CDS API for an application here in my household to control a network receiver. Very basic stuff : browsing and playing through the network receiver.
The application is a web / cordova application in javascript.

I am plagued quite a bit by 'same origin policy' issues on ajax calls from javascript.
Wondering if there is any way of relieving the security settings of the built in server, e.g. by having it supported JSONP or having it sent CORS header 'Access-control-allow-origin="*"' ?
Currently I have to set-up some proxying approach in order to circumvent a security setting that is in the context of the household irrelevant anyway.

I could not find any reference to configuring the (web)service. Sorry if I would have missed it.

Thanks,

Jos