mitmproxy-based HTTP capture & OpenAPI validation service
homeSet your browser, device, or application's HTTP/HTTPS proxy to the address below. The IP is an Elastic IP — it does not change between redeploys.
& "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" `
--user-data-dir="$env:APPDATA\Code\tempDirEdge-proxy" `
--proxy-server="52.200.113.73:443" `
--proxy-bypass-list="<-loopback>;*.youbora.com;youbora.com;*.npaw.com;*.lcdn.claro.net.co"52.200.113.73 as host and 443 as port.adb shell settings put global http_proxy 52.200.113.73:443. To remove later: adb shell settings put global http_proxy :0.HTTP_PROXY=http://52.200.113.73:443 and HTTPS_PROXY=http://52.200.113.73:443 in your environment.To capture HTTPS traffic the proxy needs to intercept TLS. Install its CA cert so your device trusts it.
http://mitm.it — this page is served locally by mitmproxy, no internet access needed.https:// site — if the connection succeeds without a warning, the cert is trusted.networkSecurityConfig set to trust user CAs.