stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple entries in a single POST request

tlwang32 opened this issue · comments

Is it possible to throttle multiple entries in a single POST request?
My API site allows users to have multiple request entries (>1000 entries) in a single POST request. So, some users are making many small requests (<10 entries), others making bigger ones. I can control the number of requests, but also hope to consider the size of the request.
Thanks for your help.