Manage Rules & Actions
The Web Application Firewall (WAF) allows you to define Custom Rules that specify how incoming traffic is evaluated. Each rule can match certain request attributes and apply an action — such as Block, Allow, or Log Only — when conditions are met.
Create a New Custom Rule
Follow these steps to add a new rule:
Click Add Rule.
Enter a Rule Name for easy identification.
Select a Field (parameter) from the dropdown — such as:
Request Method (GET, POST, etc.)
Client IP
Request URI
User Agent
Referrer
Choose an Operator, such as equals, contains, or matches.
Enter the Value to match.
(Optional) Add additional conditions using the And operator.
Select an Action to perform when the rule conditions are met:
Block – Reject the request and log the event.
Allow – Permit the request to proceed to origin.
Log Only – Record the request for review without blocking.
Click Save to apply the rule.
Edit or Delete Existing Rules
You can modify or remove existing rules at any time:
Edit: Click the Edit icon next to a rule, adjust the fields or actions, and click Save.
Delete: Click the Delete icon to permanently remove the rule.
Reorder (if supported): Drag and drop to change rule evaluation priority.
Understand Rule Actions
Each action defines how WAF handles a matched request:
Block
Immediately rejects the request with an error response.
Allow
Lets the request pass to the origin server.
Log Only
Records the event for analysis without blocking traffic.
Note: “Log Only” is ideal for testing or monitoring potential issues before applying stricter blocking rules.
Last updated
Was this helpful?