Azure / azure-relay

☁️ Azure Relay service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
86 stars 84 forks source link

WebRequest - Relay #23

Open jivagopecharki opened 7 years ago

jivagopecharki commented 7 years ago

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!

jfggdl commented 4 years ago

Do you still have this problem?