Ross ROSS = Recommend OSS · open-source software intelligence for agents

stefanprodan/WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting observed · 2026-08-28

github.com/stefanprodan/WebApiThrottle · C# · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4652
  • days_rel: n/a
  • days_push: 1797
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1272 stars · 266 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A rate-limiting library for ASP.NET Web API providing a throttling handler, OWIN middleware, and action filter. It controls request rates per IP address, client API key, and route with configurable per-second to per-week limits.

Use cases

  • rate limit API requests by client IP
  • throttle requests per API key
  • limit calls per endpoint route
  • add OWIN middleware throttling to self-hosted Web API
  • set per-second, per-minute, hourly and daily request quotas
  • block abusive API clients in IIS-hosted services

When to choose

  • you maintain a classic ASP.NET Web API (not Core) app on IIS or OWIN
  • you need IP, client-key, or route-scoped throttling with multiple time windows
  • you want a simple NuGet package with cache-based counter storage

When to avoid

  • you are building an ASP.NET Core application - use AspNetCoreRateLimit instead
  • you need distributed rate limiting across multiple servers with a shared store like Redis
  • you need a modern, actively developed rate-limiting solution

Facets

library · maturity maintenance

rate-limiting middleware web-framework web-development backend apis security dotnet windows self-hosted aspnet-web-api owin iis throttling nuget csharp web-server

1 source

Member repositories

RepositoryRoleHealth v2
stefanprodan/WebApiThrottlemain10

For agents

markdown · JSON · MCP: product_card(name="stefanprodan/WebApiThrottle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem