filter_sessions
Filter Fiddler SAZ sessions by host, method, status, URL keyword or regex, body keywords, size, or duration to pinpoint specific HTTP traffic.
Instructions
Search/filter sessions by host, method, status, URL keyword or regex, body keywords, size and duration.
Args: saz_path: Path to the .saz file. host: Substring match on Host[:port]. method: HTTP method, e.g. GET/POST (case-insensitive). status: Exact status code. status_min / status_max: Status code range. url_keyword: Case-insensitive substring of the URL. url_regex: Regex (Python syntax, max 200 chars) matched against the URL. req_body_keyword: Substring search inside the decoded request body. resp_body_keyword: Substring search inside the decoded response body. min_size / max_size: Request+response body size range in bytes. min_ms / max_ms: Total duration range in milliseconds. only_errors: Only 4xx/5xx responses. only_redirects: Only 3xx responses. only_success: Only 2xx responses. with_response: True/False to require/forbid a response. websocket: True/False to require/forbid WebSocket messages. limit: Max sessions returned (1-1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| limit | No | ||
| max_ms | No | ||
| method | No | ||
| min_ms | No | ||
| status | No | ||
| max_size | No | ||
| min_size | No | ||
| saz_path | Yes | ||
| url_regex | No | ||
| websocket | No | ||
| status_max | No | ||
| status_min | No | ||
| only_errors | No | ||
| url_keyword | No | ||
| only_success | No | ||
| with_response | No | ||
| only_redirects | No | ||
| req_body_keyword | No | ||
| resp_body_keyword | No |