| Re: Trapping command string Madiya wrote on Tue, 2 Jun 2009 04:58:42 -0700 (PDT):
> Hi all,
> I want to know how to trap a command string of IE?
> Say for example, If I click on a submit button, which uses some
> functions and validate users ( this I found out looking at source),
> what will be the string sent out by my browser?
> Is there a way to capture this string? or any software?
> Thanks,
> Madiya
Use a tool like Fiddler2 - this allows you to see the raw data being sent by
your browser to the server for every request that is made.
--
Dan |