- Notifications
You must be signed in to change notification settings - Fork927
Closed
Description
Description
We want to inspect all workspace application traffic. I foundmitmproxy would fit here perfectly. But it is not possible to access themitmweb
UI via port forward. Opening port of the web UI shows 404 not found.
Steps to reproduce
- install mitmproxy
- start mitmweb with
mitmweb -p 8888 --web-port 4444 --mode reverse:http://127.0.0.1:8000
- open UI onport 4444 via port forwarding
- 404 shows up in the browser
Notes
- accessing UI via
curl http://localhost:4444
shows the html code frommitmweb - Opening the proxied app works as aspected
- all traffic gets shown in the TUI ofmitmproxy
- not tested: port forwarding via CLI to localhost