-
Am I right to assume that YARP supports websocket forwarding OOTB? I'm trying to use SignalR between my REST API and my web front-end. I've seen instructions for certain reverse proxies that requires enabling of WS upgrades but YARP doesn't seem to have such a setting. Perhaps YARP does this by default? The web socket test seems to use a vanilla configuration so that also suggest there's nothing special to configure. I'm using this simple configuration. There's a CORS configuration in my Startup.cs but I've come to understand that CORS is of no concern to web sockets.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Correct, WebSockets should work without any additional config. Are you having trouble with it? |
Beta Was this translation helpful? Give feedback.
Correct, WebSockets should work without any additional config. Are you having trouble with it?