MvcThrottle icon indicating copy to clipboard operation
MvcThrottle copied to clipboard

ASP.NET MVC Throttling filter

Results 9 MvcThrottle issues
Sort by recently updated
recently updated
newest added

It seems the SetIdentity method includes the port that the client has made the request from. So the ClientIP would look like this `192.168.1.1:32456`. This port will change with different...

Exception is thrown in `BeginExecute` method. Relevant stack trace: ``` [IndexOutOfRangeException: Index was outside the bounds of the array.] MvcThrottle.Bits.GetBitMask(Int32 sizeOfBuff, Int32 bitLen) +165 MvcThrottle.IPAddressRange..ctor(String ipRangeString) +385 MvcThrottle.IpAddressParser.ContainsIp(List`1 ipRules, String...

This is a Spanish translation for Readme.md

Can't convert MvcThrottle.ThrottlingFilter” to "System.Web.Http.Filters.IFilter"

If a client doesn't properly format the HTTP_X_FORWARDED_FOR request header MvcThrottle.IpAddressParser.ParseIp will throw a System.FormatException. In these cases, we would rather it just use the IP address of the request....

Hello, great project ⚙ 👍 I wanted to suggest _if I may_ - [ ] add, the honeyPot [list](https://www.projecthoneypot.org/) , [sample project](https://github.com/dejanstojanovic/MVC-Honeypot) - [ ] add, google recpatcha as a...

I don't understand how the default limits are used. I always throttle specific actions, using the attribute. I don't do this globally. **I want to define custom limits every time**...