stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting
MIT License
1.28k stars 274 forks source link

Multiple entries in a single POST request #130

Closed tlwang32 closed 5 years ago

tlwang32 commented 5 years ago

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.