filter_by_host
Filter HTTP traffic entries by host field. Supports partial matching (e.g., 'example.com' matches subdomains) and returns recent entries up to a configurable limit.
Instructions
按 host 字段过滤,返回精简视图。
只匹配 entry 顶层的 host 字段,不会误命中 body 或 headers 中出现的域名。 支持部分匹配,例如 'example.com' 可匹配所有子域名。 limit 默认 15,上限 50,返回最近 N 条。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_keyword | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |