gs-messaging-stomp-websocket icon indicating copy to clipboard operation
gs-messaging-stomp-websocket copied to clipboard

Example does not work out of the box

Open pksilen opened this issue 2 years ago • 0 comments

The example does not work without adding CORS.

The following line is not correct: registry.addEndpoint("...");

It should be, e.g.: registry.addEndpoint("...").setAllowedOrigins("*")

pksilen avatar Apr 16 '24 09:04 pksilen