What
Provide an HAProxy example for combining independent signals into progressive enforcement.
Current state
The examples apply request rate, reputation, and User-Agent policy separately rather than accumulating a shared risk value.
Sketch
- Add and decay positive/negative risk in HAProxy variables or stick tables.
- Map thresholds to challenge levels, CAPTCHA, drop, and tarpit actions.
What
Provide an HAProxy example for combining independent signals into progressive enforcement.
Current state
The examples apply request rate, reputation, and User-Agent policy separately rather than accumulating a shared risk value.
Sketch