Load transform rules from a JSON file
proxy_load_transformsLoad previously saved transform rules into the running proxy to mock Android network traffic. Uses idempotent upsert to apply rules from a JSON file without duplicates.
Instructions
Load transform rules previously saved with proxy_save_transforms. Uses idempotent upsert (requires proxy to be running).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path to load from (default: transforms.json in project root). Must be inside the proxy's allowed directories (default: the folder the proxy was launched from); extend with --allowed-dir <path>. |