skip to Main Content

Ocelot Gateway duplicate query params – Asp.net

I am using ocelot gateway. Here is the example configuration { "DownstreamPathTemplate": "/ipgeo?apiKey={key}&ip={ip}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "api.ipgeolocation.io", "Port": 80 } ], "UpstreamHttpMethod": ["GET"], "UpstreamPathTemplate": "/GLI/secondary?apiKey={key}&ip={ip}" } As you can see, there are two query params. When I…

VIEW QUESTION
Back To Top
Search