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.0

Was this article helpful?