| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.0.1 source code.tar.gz | 2021-06-15 | 28.0 kB | |
| 4.0.1 source code.zip | 2021-06-15 | 71.6 kB | |
| README.md | 2021-06-15 | 525 Bytes | |
| Totals: 3 Items | 100.1 kB | 0 | |
- Fix https://github.com/stefanprodan/AspNetCoreRateLimit/issues/224 - request path ending with '/'
-
Add MonitorMode option to the rate limit rules https://github.com/stefanprodan/AspNetCoreRateLimit/pull/217 (when set to true exceeding requests won't fail, but they are logged like they have failed) eg:
:::json {
"Ip": "84.247.85.232", "Rules": [{ "Endpoint": ".+", "Period": "1m", "Limit": 1, "MonitorMode": true }] }