I'm testing a flash app and need to log every HTTP post request it makes so I need to be able. My default setting is to use squid. What can I do?
|
feedback
|
|
On your server, run:
That will capture all traffic on port 80 and log it to | |||
|
feedback
|
|
You are testing your app. So, you don't need to keep the logs for a long time. 1- You can use tcpump/wireshark to sniff HTTP traffic. You will have access to all traffic. 2- You can install an add-on for your browser (like firefox) to show you the posted data. | |||||
feedback
|