1 个仓库
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.
该项目是一个用于 Ruby Web 应用的 Rack 中间件,提供速率限制和应用层防火墙功能。它作为安全层,根据自定义规则对 HTTP 请求进行限流和拦截,从而保护 Web 服务器免受恶意流量攻击。 该系统具备 IP 封禁和恶意客户端拦截功能。它实现了请求白名单机制以绕过对受信任用户的限制,并使用基于时间窗口的速率限制来控制请求频率。 该中间件涵盖了流量管理和监控功能,包括实时跟踪请求模式和仪表化流量事件的能力。它还允许在请求被拦截或限流时自定义响应体和响应头。
Provides the ability to reject requests from forbidden IP addresses or those matching custom security rules.