You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using the latest docker version of OME.
I use ovenlivekit to stream WHIP to the server from a webpage.
I found that CORS only works correctly if Server.xml -> VirtualHosts -> VirtualHost -> Host ->Names -> Name is set to *. Setting it to an actual host name breaks CORS in the following way:
The initial preflight (OPTIONS) request to the WHIP URL is working correctly and returns the expected CORS headers.
The subsequent POST request to the WHIP URL is lacking all the CORS headers except "allowed headers", which causes CORS to fail.
Describe the bug
I'm using the latest docker version of OME.
I use ovenlivekit to stream WHIP to the server from a webpage.
I found that CORS only works correctly if Server.xml -> VirtualHosts -> VirtualHost -> Host ->Names -> Name is set to
*
. Setting it to an actual host name breaks CORS in the following way:To Reproduce
Steps to reproduce the behavior:
Set Server.xml as follows:
CORS will no longer work.
Changing it back to the default:
works correctly.
Server (please complete the following information):
Player (please complete the following information):
The text was updated successfully, but these errors were encountered: