stefanprodan/AspNetCoreRateLimit

How to handle routes with route parameters

teghoz opened this issue · 2 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