1 repository
Capabilities for rejecting incoming HTTP requests based on IP addresses or custom security criteria.
Distinct from Attestation-Based Request Blocking: Unlike attestation-based blocking, this covers generic IP and rule-based request rejection.
Explore 1 awesome GitHub repository matching security & cryptography · Request Blocking. Refine with filters or upvote what's useful.
This project is a Rack middleware rate limiter and application layer firewall for Ruby web applications. It serves as a security layer to throttle and block HTTP requests based on custom rules, protecting web servers from abusive traffic. The system provides capabilities for IP blocking and the banning of malicious clients. It implements request safelisting to bypass restrictions for trusted users and uses time-windowed rate limiting to control request frequency. The middleware covers traffic management and monitoring, including the ability to track request patterns and instrument traffic ev
Provides the ability to reject requests from forbidden IP addresses or those matching custom security rules.