View Single Post
  #4 (permalink)  
Old 06-02-2009, 09:10 AM
Daniel Crichton
Newsgroup Contributor
 
Posts: n/a
Re: Trapping command string

Madiya wrote on Tue, 2 Jun 2009 05:23:06 -0700 (PDT):

> On Jun 2, 5:17 pm, "Daniel Crichton" <msn...@worldofspack.com> wrote:
>> 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


> Thanks.
> One more request. Can you pl let me know where can I find it for
> downlod please?


Using Google and entering Fiddler2 the first search result it http://www.fiddler2.com/

:)

--
Dan


Reply With Quote

 
Old 06-02-2009, 09:10 AM