start_proxy
Start a custom HTTP/HTTPS proxy for traffic interception and analysis. Set port, save traffic to a dump file, or route via an upstream proxy.
Instructions
Start the mitmproxy instance. Args: port: Port to listen on. Omit to use the server's configured default (--port / MITMPROXY_PORT, else 8080). dump_file: Optional file path to save raw mitmproxy .flow data. Prefix with + to append to an existing file. upstream_proxy: Optional upstream proxy URL (e.g., 'http://user:pass@proxy:port').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| dump_file | No | ||
| upstream_proxy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |