SocketIOSharp icon indicating copy to clipboard operation
SocketIOSharp copied to clipboard

CORS settings for SocketIOServer?

Open Smoodi opened this issue 3 years ago • 0 comments

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

Smoodi avatar Apr 28 '22 16:04 Smoodi