stefanprodan / WebApiThrottle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infos of current request - ThrottleLogEntry

oktay89 opened this issue · comments

Hi,
is it possible to get the ThrottleLogEntry information like RateLimit, RateLimitPeriod etc. of the current call? I want to add custom response headers to the client http responses like "Rate-Limit", "TotalRequest" etc.

commented

Is this a duplicate of #30?

@oktay89 look at #126 for a custom solution