Capture Traffic of Apps

Here's one way to capture traffic of apps on mobile phones.

Capture Traffic of Apps_第1张图片
how Fiddler works

1. Install Fiddler

Official Download:http://www.telerik.com/download/fiddler

2. Configure the Fiddler

Capture Traffic of Apps_第2张图片
set Fiddler Options

(1) Run Fiddler
(2) Set Tools → Fiddler Options as shown above
(3) Restart Fiddler

3. Configure the Client

Capture Traffic of Apps_第3张图片
get ip of Fiddler server_1
Capture Traffic of Apps_第4张图片
get ip of Fiddler server_2
Capture Traffic of Apps_第5张图片
wifi setting_MEIZU

(1) Get IP address of Fiddler server: hover over the online icon OR type in commandipconfig on cmd
(2) Set WIFI of mobile phone, connect to the same WIFI which Fiddler server connected
(3) Set proxy of WIFI, turn on it and input server(ip) and port
eg. as shown above ip:192.168.1.104 port:8888

4. View Traffic on Fiddler

After settings above done, traffic can be viewed on the Fiddler.

Fiddler is a usefull tool not just for developers, testers but also product managers... to be continued

你可能感兴趣的:(Capture Traffic of Apps)