proxy_import_har
Import a HAR file into a persistent session to query, analyze findings, and replay network traffic.
Instructions
Import a HAR file from disk into a new persisted session for querying, findings, and replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| har_file | Yes | Path to HAR file on disk | |
| session_name | No | Optional name for the imported session | |
| storage_dir | No | Optional custom session storage directory | |
| max_disk_mb | No | Session disk cap in MB | |
| strict | No | When true, abort on first invalid HAR entry; when false, skip invalid entries |