I’ld like to see the data that is exchanged between a Flash based web app and PHP. What is the tool of choice for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Fiddler is a great tool for sniffing HTTP requests. You can download it here.
Also, Google Chrome’s Developer section (shortcut :
ctrl + shift + j) has aNetworkTab, which gives you info about time and http request. It is not as detailed as fiddler though!