Reference
Rule Configuration Reference
List of configurable options with the Vercel WAFTable of Contents
For each custom rule that you create, you can configure one or more conditions with parameters from the incoming traffic that you compare with specific values using operators.
You also specify an action executed when all the conditions are met.
All operators are case insensitive.
Name | Description | Note |
---|---|---|
Log | Tracks the matching of this rule without blocking traffic. Requests matching this rule are visible in the Firewall overview page. |
|
Challenge | Conditionally blocks traffic with browser challenge. |
|
Deny | Blocks the request and no further rules are evaluated. | |
Bypass | If matched, it bypasses any remaining custom rules | Once the client solves the challenge, this rule is bypassed and remaining rules (if any) are evaluated. The request is allowed if none of the remaining rules block |
Redirect | If matched, it redirects the client to the target path set in the to field |
|
Last updated on July 26, 2024
Was this helpful?