pandabo1985 / android-os-monitor

Automatically exported from code.google.com/p/android-os-monitor
0 stars 0 forks source link

[CR] Detect of system HTTP requests #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[Change request]

Samsung Galaxy S4 I9500, firmware 4.3

I ran tcpdump. In the dump, I see many HTTP requests on port 80. One request 
per minute for a long time.

request:
GET /generate_204 HTTP/1.1\r\n
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.3; GT-I9500 Build/JSS15J)\r\n
Host: clients3.google.com\r\n

answer:
HTTP/1.1 204 No Content\r\n
Server: GFE/2.0\r\n

OS Monitor can not see connections http://clients3.google.com/generate_204 
Please add detect of system requests.

Original issue reported on code.google.com by max300...@gmail.com on 19 Nov 2013 at 7:58