I was wondering how I could see what variables my flash sends to my PHP script. Is that possible? Maybe an extension or something else? I don’t know if my flash is sending any variables.
My problem is that I have a flash which I can’t change and the flash has a form. In that form the variables are sent to a PHP script. We had to move that script and now I made a redirect script which was working great with the webform(html_ but not with the flash form. Does anyone have some ideas about how I could fix this?
Advertisement
Answer
As as using Firebug for viewing HTTP requests inside Firefox, also check out Fiddler, a proxy app which sits between your browser and the Internet and shows you detailed information about every HTTP request.