Question
- What is the logic that will be used when configuring more than one condition in iRule Editor ?
Environment
- Silverline DDoS
- Silverline WAF
- iRules
Answer
The iRule Editor will be using AND (&&) in the iRule logic.
- For example, if you have the following configured
-
- The iRule will "Drop" the request if the URI starts with "/config" AND the Method is POST.
- It is not recommended to have more than one URI or Method in the condition since regular HTTP requests do not contain more than one URI or Method