Page 1 of 1

Support for cross domain policy?

PostPosted: Mon Jan 13, 2014 10:21 pm
by bubbaganoush
Web browsers will send an http OPTIONS request (preflight request) first when the resource is on another domain in order to determine if the actual request is safe to send.
reference: https://developer.mozilla.org/en/docs/H ... d_requests

With this implement wouldn't it be easier to run an Ajax console without having to run an additional service or web server? At the moment only plain get requests are working but POST or PUT requests will fail because Serviio does not respond with a cross domain policy response to the OPTIONS request.

Re: Support for cross domain policy?

PostPosted: Thu Jan 16, 2014 7:57 am
by zip
Please create a bitbucket ticket to add support for this.