FeProxy is a proxy tool use for web development like the Fiddler
, and we use Chrome Devtools
to inpect net traffic.
[sudo] npm install feproxy -g
feproxy
Proxy server http://127.0.0.1:8080
Inspect page http://127.0.0.1:8080/admin.html
git clone https://github.com/feix760/feproxy.git
cd feproxy
npm run dev