© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
7 replies
PontiacGTX

❔ trying to consume signalr through gateway

I am using the followin json in my gateway
{
  "DownstreamPathTemplate": "/ws",
  "UpstreamPathTemplate": "/",
  "DownstreamScheme": "ws",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 7200
    }
  ]
},
{
  "DownstreamPathTemplate": "/DriversHub/GetDriversDetail/{number}",
  "DownstreamScheme": "ws",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 7200
    }
  ],
  "UpstreamPathTemplate": "/upwg/DriversHub/GetDriversDetail/{number}",
  "UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ]
}
{
  "DownstreamPathTemplate": "/ws",
  "UpstreamPathTemplate": "/",
  "DownstreamScheme": "ws",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 7200
    }
  ]
},
{
  "DownstreamPathTemplate": "/DriversHub/GetDriversDetail/{number}",
  "DownstreamScheme": "ws",
  "DownstreamHostAndPorts": [
    {
      "Host": "localhost",
      "Port": 7200
    }
  ],
  "UpstreamPathTemplate": "/upwg/DriversHub/GetDriversDetail/{number}",
  "UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ]
}
and the front end has this code
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Track Thread/Task Progress through SignalR/WebSockets
C#CC# / help
3y ago
SignalR
C#CC# / help
11mo ago
✅ SignalR
C#CC# / help
13mo ago
Signalr
C#CC# / help
15mo ago