• bitkeeper's avatar
    Added cross-origin header to http headers of the http output. · c08a8581
    bitkeeper authored
    The current http output doesn't provide a header for cross-origin support. This prevents to use the mpd http stream directly from an other webapplication due the origin from the webpage differs from then the audio stream.
    
    The fix is to add the following header to the http response:
    Access-Control-Allow-Origin: *
    c08a8581
Name
Last commit
Last update
..
HttpdClient.cxx Loading commit data...
HttpdClient.hxx Loading commit data...
HttpdInternal.hxx Loading commit data...
HttpdOutputPlugin.cxx Loading commit data...
HttpdOutputPlugin.hxx Loading commit data...
IcyMetaDataServer.cxx Loading commit data...
IcyMetaDataServer.hxx Loading commit data...
Page.cxx Loading commit data...
Page.hxx Loading commit data...