Forum Discussion
Nikoolayy1
MVP
You are going in the right way with the table command, so keep at it.
You can get ideas from my code for ASM rate limit:
Sajin
Jan 26, 2023Nimbostratus
Hi Nikoolay, the traffic on the homepage and other URI's also getting impacted with this iRule. I think need to have some modifications on this rule.
- Nikoolayy1Jan 31, 2023MVP
I gave you my irule as an example about how to make yours not as a copy/paste solution. In my irule on some places, I have not added or uncommented added "if { [class match [HTTP::uri] equals URIs_to_throttle] } {" also this device group should include URI that you want to limit the requests to.
if { ! ( [class match $cIP_addr equals ip_whitelist] ) && ( [class match [HTTP::uri] equals URIs_to_throttle] )} {