Hi
I'm developing an xData API as StandAlone EXE and as a Windows Apache DLL (using TMS video presentations)
I get an issue about CORS middleware managed by Xdata server
With EXE (sparkle sys dispatcher), the header sent by server includes well :
access-control-allow-origin : *
but the same code of middleware with Windows Apache DLL (webbroker based) doesn't integrate the header for CORS in server responses.
I'm also trying to add this header inside apache conf (vhost) but it seems handler to module remove it.
Is there a way to process in right way with xData and Apache Module for CORS ?
Thanks