stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to handle routes with route parameters

teghoz opened this issue · comments

For starters, excellent work with this project.

If I want to make an endpoint definition for something like this work.

"Endpoint": "*:/api/SubscriptionProducts/{SubscriptionId}/Cancel/Manual"

How do I do this?

Use "Endpoint": ":/api/SubscriptionProducts//Cancel/Manual"

Solution described here: #78