loxy
v0.2.0
Published
A very simple logging proxy
Downloads
3
Readme
loxy -- a logging proxy
Usage
npm i -g loxy
loxy --target http://localhost:8080 --listen 8081
This proxies, while logging request and response headers. I wrote this while debugging CloudFront and ELB header interactions.
Hijack mode
sudo loxy --hijack 80
loxy
can hijack existing ports using iptables (linux specific). This isn't
highly tested, beware of running on production machines!
Testing
Use docker-compose
to test:
docker-compose run --service-ports loxy
- Go to http://localhost:8082 and see nginx test page
loxy --hijack 80
- Reload, see nginx test page and loxy outputs the request/response
- Press ^C to exit loxy
- Reload, see nginx test page still