Now I am trying to migrate to azure relay, I used the PortBridgeServerAgent sample and connected it to the azure relay successfully. Now when I try to make a simple web request to an on-premise resource, the HybridConnectionStream that I am receiving is like that:
ET /WebServiceUrlHere/test.txt HTTP/1.1
Host: desktop-o9cf9bj
I don't know how to handle this request. Could you help me?
We used the old hybrid connection manager (https://www.microsoft.com/en-us/download/details.aspx?id=42962) and azure biztalk service. We use it to connect our AppService to on-premise resources as sql server and webservices.
Now I am trying to migrate to azure relay, I used the PortBridgeServerAgent sample and connected it to the azure relay successfully. Now when I try to make a simple web request to an on-premise resource, the HybridConnectionStream that I am receiving is like that:
ET /WebServiceUrlHere/test.txt HTTP/1.1 Host: desktop-o9cf9bj
I don't know how to handle this request. Could you help me?
Thanks!