Need to know about SignalR websocket and http end points #27092
-
we are using @microsoft/signalr as js client to an asp.net core api service hosting signalr hub that has ocelot gateway in between. we need to whitelist signalr endpoints on our gateway so that nothing else passes through it other than signalr. can someone please let me know about signalr endpoints considering our MapHub as /serverHub defined as the end point. we need to know all fallback and conventional websocket api calls that can occur via js client so that we can whitelist. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The only endpoints used by SignalR are |
Beta Was this translation helpful? Give feedback.
The only endpoints used by SignalR are
/serverHub
and/serverHub/negotiate
.