From 18501987fbce5b8ca1580e0873efb69c1ee23bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Wed, 3 Sep 2014 16:14:51 +0800 Subject: [PATCH] add screenshot to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 57232c0..17e5790 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Feature * work as http or https proxy * fully configurable, you can modify a request at any stage by your own javascript code * when working as https proxy, it can generate and intercept https requests for any domain without complaint by browser (after you trust its root CA) +* provide a web interface + +![screenshot](http://gtms03.alicdn.com/tps/i3/TB1ddyqGXXXXXbXXpXXihxC1pXX-1000-549.jpg_640x640q90.jpg) Usage -------------- @@ -21,6 +24,10 @@ Usage * start with default settings : ``anyproxy`` * start with a specific port: ``anyproxy --port 8001`` +### step 3 - launch web interface + +* visit [http://127.0.0.1:8002](http://127.0.0.1:8002) with modern browsers + How to write your own rule file ------------------- * with rule file, you can modify a request at any stage, no matter it's just before sending or after servers' responding.