tags:

views:

40

answers:

1

I have a flash (ActionScript 3.0) which uses socket connection to send data to the server. Is there any way to view the sent socket data? (like http-requests in firebug)

A: 

Consider Fiddler2 if your data is HTTP(S). Or "pcap" is an option for the raw packet data.

John Lemberger