Support for cross domain policy?

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.
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.