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
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Hey,
I am trying to mimic a socket io server written in JS.
Ever since the SocketIO protocol v3 CORS (Cross-Origin-Resource-Sharing) is disabled by default (see https://socket.io/docs/v4/handling-cors/).
I have looked into the SocketIOServerOption class where I would have assumed a parameter to be set but can't I can't find any setting for it.
Does the SocketIOSharp implementation have any settings that could be modified so that CORS can be enabled or configured?
Kind regards
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I am trying to mimic a socket io server written in JS.
Ever since the SocketIO protocol v3 CORS (Cross-Origin-Resource-Sharing) is disabled by default (see https://socket.io/docs/v4/handling-cors/).
I have looked into the SocketIOServerOption class where I would have assumed a parameter to be set but can't I can't find any setting for it.
Does the SocketIOSharp implementation have any settings that could be modified so that CORS can be enabled or configured?
Kind regards
The text was updated successfully, but these errors were encountered: