stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 7 Rate Limiter - Limit Headers ex: x-ratelimit-remaining

nelsenlim opened this issue · comments

Hi as .NET 7 contains built in Rate Limiter as pointed out in
#382

My question is how can we show the Rate Limit Header in the new .NET 7 middleware something like
https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limit-headers

From articles that i read it shows that this is the limitation of the new middleware
NET7-RateLimiter-StatisticLimitations

Would greatly appreciate if anyone can give some insights about this.
Thank u