Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2603214fb572407

Jump to content

Wikipedia:Reference desk/Archives/Computing/2017 December 22

From Wikipedia, the free encyclopedia
Computing desk
< December 21 << Nov | December | Jan >> December 23 >
Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


December 22

[edit]

Android web traffic

[edit]

What is the best way to inspect the web traffic coming from an Android App to see what websites it is really contacting? Dragons flight (talk) 16:44, 22 December 2017 (UTC)reply

A packet sniffer. A cursory search shows there are numerous packet sniffers available for Android, though I have no experience using these so I can't vouch for any particular one. If the Android system is connected to a router you control, you may be able to run a sniffer on that; Wireshark is popular. Note that a "router" could include a standard PC that you connect the Android system to via Wi-Fi, Bluetooth, USB networking, or Ethernet, as long as the PC has its own network connection that you can share with the Android device. Another option is to run the app in an Android emulator and capture the network traffic from the emulator. --47.157.122.192 (talk) 20:11, 22 December 2017 (UTC)reply
An emulator is the way to go here: you'll have more control over how the app runs, as well as some debugging features that can tell you additional things about what it's doing. here is a list. https://www.androidauthority.com/best-android-emulators-for-pc-655308/. OldTimeNESter (talk) 14:46, 25 December 2017 (UTC)reply