Quick Start
Get your first proxy running in less than 60 seconds.
1. Start the Management UI
Run the binary with no arguments to start the dashboard:
./ihpp
By default, the UI will be available at http://localhost:20000.
2. Create your first Proxy
Once in the dashboard:
- Navigate to the Proxies page.
- Click on Create New Proxy.
- Enter a Name (e.g., "JSONPlaceholder").
- Enter a Listen Address (e.g.,
:9000). - Enter the Target URL (e.g.,
https://jsonplaceholder.typicode.com). - Click Save.
3. Send a Request
Now, send a request to your local proxy:
curl http://localhost:9000/posts/1
4. Inspect!
Go back to the Recent or History tab in the dashboard. You should see your request appear instantly. Click on it to see headers, body, and response details.