Netra Amrale
Netra Amrale
## Expected Behavior / New Feature configuration file: ```json { "Routes" : [ { "DownstreamPathTemplate": "/users", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "jsonplaceholder.typicode.com", "Port": 443 } ], "UpstreamPathTemplate": "/users", "UpstreamHttpMethod":...
I tired running your solution i am not getting anything displayed on UI.
## Expected Behavior / New Feature Add rate limit options for all requests in common ```json { "Routes": [], "RateLimitOptions": [ { "RouteKeys": [ "posts", "users" ], "ClientWhitelist": [], "EnableRateLimiting":...