We are using ocelot with the feature websockets. We are using Signalr Core and trying to forward it to the correct server. With that we are using headers on the requests.
The headers disappear once it goes through ocelot. Is this on purpose?
We verified that the headers will be send to the signalr server when it doen't use ocelot.
Expected Behavior / New Feature
We are using ocelot with the feature websockets. We are using Signalr Core and trying to forward it to the correct server. With that we are using headers on the requests.
The headers disappear once it goes through ocelot. Is this on purpose? We verified that the headers will be send to the signalr server when it doen't use ocelot.
Config:
Actual Behavior / Motivation for New Feature
The headers are being forwarded with the websockets
Steps to Reproduce the Problem
Specifications