HTTP Rate Limiting - CMP Compatible
Problem this snippet solves: This iRule is a CMP compatible Request per Second Throttling iRule. Code : when HTTP_REQUEST {
set debug 1
set expiration_time 300
set client_ip [IP::client_addr]
set r...
Published Jan 30, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
JRahm
Jan 30, 2015Admin
Contributed by homoney