What problem does it solve?
This Skill enables developers and security testers to intercept, analyze, and manipulate HTTP and HTTPS traffic efficiently during testing and debugging processes.
Core Features & Use Cases
- Traffic Inspection and Manipulation: Intercept, inspect, and modify requests/responses in real-time within a terminal interface.
- Request Mocking and Redirects: Map local files for API responses or redirect traffic to different servers.
- Use Case: Debug a JavaScript application's API calls by intercepting traffic, mocking responses, or redirecting to staging environments seamlessly.
Quick Start
Use the proxy-tui to start a local HTTP/HTTPS proxy, install its CA certificate for HTTPS interception, and then configure your client to route through localhost:9090 for comprehensive traffic analysis.