just like that . pls do not mention network monitoring tools like wireshark
Asked
Active
Viewed 4,893 times
0
-
You can't do it from the mobile Chrome directly; you need to connect your device to the PC: Remote Debugging – Andrew T. Jun 26 '19 at 07:54
-
Possible duplicate of View network traffic requested by app – Irfan Latif Jun 26 '19 at 11:53
1 Answers
1
There are two possibilities:
On-device solutions
Use an app like
- tPacketCapture (capture traffic like Wireshark)
- NetCapture (on-device Proxy with HTTPS decryption capabilities)
- Packet capture - similar to NetCapture
- HTTP Canary
PC based solutions:
Use a proxy on your PC and redirecty all traffic through that proxy. There are a large number of Proxy that can be used like
- Burp Suite (Java)
- Fiddler (Windows/.Net)
- Charles Proxy (Java)
- mitmproxy

Robert
- 20,025
- 6
- 47
- 66
-
thanks for your Great answer i think the PC based solutions doesn't fit for me ... and how do you think i can get these requests in HTTP Canary ? what filter should i use ? – mina nageh Jun 26 '19 at 15:26
-
-
i am facing this now https://android.stackexchange.com/questions/214143/why-i-couldnt-monitor-traffic-from-this-page – mina nageh Jun 28 '19 at 20:00