为什么我看不到Charles的所有HTTP请求? (机器人)

时间:2015-06-08 18:36:52

标签: android http debugging proxy charles-proxy

我尝试拦截来自Android游戏的请求。我使用了Charles web调试代理和Proxydroid。但问题是我无法看到所有HTTP请求,我有义务使用Wireshark ...

以下是我可以通过Wireshark查看的请求示例,但不能查看Charles:

-493    113.929840  10.8.0.1    23.91.97.104    HTTP    422 POST /rl_w_shopbuy HTTP/1.1  (application/x-www-form-urlencoded)-
POST /rl_r_shoplist HTTP/1.1
Host: 23.91.97.104:8080
Accept: */*
Accept-Encoding: gzip,deflate
Content-Length: 178
Content-Type: application/x-www-form-urlencoded

Uid=1608871039&Cmd=1701&Packageid=1&Count=1&Uid=1608871039&Session=3A4191B7A934129E798C64ABE486D1CF&Clinettime=2015/06/08 07:03:21 Monday&Platform=android&Version=13.0&Pt=1062&ServerID=749&GroupID=2

-495    115.440400  23.91.97.104    10.8.0.1    HTTP/XML    502 HTTP/1.1 200 OK-
HTTP/1.1 200 OK
Server: nginx/1.5.2
Date: Mon, 08 Jun 2015 05:03:25 GMT
Content-Type: text/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Expires: 0
Content-Encoding: gzip

<?xml version="1.0" encoding="utf-8"?> 
<RENLONG code="0" msg=""><shopbuy costyb="0" costyz="2800"></shopbuy>
<retobj type="2" id="100015" count="10"></retobj>
<bagid bagid="52|53|54|55|56|57|77|80|81|91"></bagid>
<attr attr="4|5|5|4|1|4|4|1|2|4"></attr>

0 个答案:

没有答案