@ -37883,6 +37883,43 @@ Alternatively if the CORS configuration allows it consider excluding URLs with t
@@ -37883,6 +37883,43 @@ Alternatively if the CORS configuration allows it consider excluding URLs with t
SockJS endpoint prefix thus letting Spring's SockJsService handle it.
[[websocket-fallback-sockjs-client]]
==== SockJS Client
A Java SockJS client is provided, in order to request remote SockJS endpoints without
using a browser. This can be especially useful when there is a need of bidirectional
communication between 2 servers where at least one of them is behind a proxy.
3 transports are provided:
* `WebSocketTransport`
* `RestTemplateXhrTransport`
* `JettyXhrTransport`
The code below shows how to send a message to a remote Websocket handler through a