mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:11:26 +00:00
add screenshot to README
This commit is contained in:
parent
bed132d7c5
commit
18501987fb
@ -7,6 +7,9 @@ Feature
|
|||||||
* work as http or https proxy
|
* work as http or https proxy
|
||||||
* fully configurable, you can modify a request at any stage by your own javascript code
|
* 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)
|
* 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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
--------------
|
--------------
|
||||||
@ -21,6 +24,10 @@ Usage
|
|||||||
* start with default settings : ``anyproxy``
|
* start with default settings : ``anyproxy``
|
||||||
* start with a specific port: ``anyproxy --port 8001``
|
* 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
|
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.
|
* with rule file, you can modify a request at any stage, no matter it's just before sending or after servers' responding.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user