waf_check_request
Inspects HTTP requests against WAF rules and returns matched alerts to identify potential threats.
Instructions
对 HTTP 请求做 WAF 规则检测,返回命中的告警列表(无命中则为空列表)。url 建议包含完整查询串。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| method | No | GET | |
| headers | No | ||
| body | No | ||
| cookies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |