Support HTTP2 websockets with .NET 7 #2100
Replies: 6 comments
-
Hi Meir! I believe Ocelot supports WebSocket unencrypted (aka "ws" protocol) Could you do these follow up actions please?
Finally, |
Beta Was this translation helpful? Give feedback.
-
Hi @meirkr !
Meir, could you show us all source code plz? Currently it is hard to reproduce your user case having such steps like above. |
Beta Was this translation helpful? Give feedback.
-
Hey @meirkr ! |
Beta Was this translation helpful? Give feedback.
-
Hi As for the PR #1377, if it is going to be merged and a new version of Ocelot will be published with this merge, I can try to check that in my environment. |
Beta Was this translation helpful? Give feedback.
-
PR #1377 has been merged. |
Beta Was this translation helpful? Give feedback.
-
Have you tried the fix in new versions?
Better to upload solution to GitHub. Otherwise it will be hard to reproduce your environment.
As a team we gave you 9 months to prepare a solution to show your problem. |
Beta Was this translation helpful? Give feedback.
-
New Feature
Support Websockets (and SignalR) redirect communication with Kestrel web server which uses .NET 7 and configured to serve http2 only.
Motivation for New Feature
Clients like Angular or .NET 7 Websocket client cannot connect when configuring the Kestrel server to host only http2.
They can, though when connecting directly to the real server, not via the Ocelot server.
Steps to Reproduce the Problem
Beta Was this translation helpful? Give feedback.
All reactions