views:

18

answers:

4

There's this form that I'm placing on a site. This form submits some parameters to a site which then sends some parameters using "GET" to another site, which then opens the third site.

Now the first 2 sites pass so quickly that I can not see what parameters were passed using the URL.

I just need a simple tool or hint or firefox addon or ANYTHING ELSE on how to track what parameters were sent to url1, url2 etc.

There's got to be some tool for this, only I can't seem to find it! Argh!

A: 

I'd break out the packet sniffer; try WireShark or snort. It won't work for HTTPS, though...

tc.
+1  A: 

Fiddler is the way to go.

Anton Gogolev
A: 

You might have some luck with Tamper Data for firefox..

Jeriko
+1  A: 

And of course Firebug extension (Firefox). Use the Net panel to monitor requests

Bogdan
The Net Panel worked just fine, thanks v much :)
Arjun