I need this feature to deploy the streamer as a service behind an API gateway that already checks and sets CORS headers.
Without this feature, I'm not able to use the server APIs because there is more than one origin in the Access-Control-Allow-Origin and this is not allowed.
I need this feature to deploy the streamer as a service behind an API gateway that already checks and sets CORS headers.
Without this feature, I'm not able to use the server APIs because there is more than one origin in the
Access-Control-Allow-Originand this is not allowed.