I am trying to intercept all the http/https request from my android device by using mitmproxy
on my Ubuntu pc.
Both these devices are on the same network , but running mitmproxy -T --host
in the terminal remains blank even after I have made multiple requests with my android device.
For your info, I did set the Gateway in my android device to the ip adress of my Ubuntu pc and have added the mitmproxy certifacte (.cer) file to the device. Intersetingly, when I try 127.0.0.1:8080 in my browser from my Ubuntu pc, i see multiple GET request stream in the mitmproxy
console, such as :
**GET 127.0.0.1:8080 ← 502: Server disconnect.**