hyrth

Results 1 comments of hyrth

You can set the `WebSocketHttpHeaders` when calling `SockJsClient.doHandshake(WebSocketHandler handler, @Nullable WebSocketHttpHeaders headers, URI url);` Something like this: ``` var httpHeaders = new WebSocketHttpHeaders(); httpHeaders.add("Origin", "https://your.server.url"); // Origin header of your...