开发者

Is there a way to monitor/log all internet requests from Flash/AC3 application?

开发者 https://www.devze.com 2023-01-18 04:01 出处:网络
I have a flash-based (AC3) application which does some network activity. Is there any way to see what requests it generates? Something like network console.

I have a flash-based (AC3) application which does some network activity. Is there any way to see what requests it generates? Something like network console.

Sources are not available and there is no way to modify the application.

Im on linux platform (Ubuntu), so dont have any flash developer tools. The only solution that comes to my head is to setup traf开发者_开发百科fic logging on OS level.

Any ideas?


You should run Wireshark or Snort. By defining filters (in the case of Wireshark) or rules (in the case of Snort), you can whittle it down.

It will also help if you stop other services/daemons/programs using the HTTP protocol.


You could run it through a local proxy such as Charles Proxy.


Fiddler is another proxy for windows.


You can also use httpWatch which let's you track all requests just like Fiddler. You can find it here and download the free version: http://www.httpwatch.com/?gclid=CMr11s6-qKQCFcHr7QodjXRW5w

0

精彩评论

暂无评论...
验证码 换一张
取 消