stefanprodan/AspNetCoreRateLimit

How to let Get and Post use different Quota exceeded response

bnuzhouwei opened this issue · 0 comments

Get often is a page, that return a view, while post often a api that returns a json.

How to let it get different response by different verbs?