Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   check cgi command? (http://www.velocityreviews.com/forums/t686086-check-cgi-command.html)

ela 05-30-2009 07:28 AM

check cgi command?
 
I want to know what exactly the command (or URL) it is to send to a server
after clicking "go" button on a web page. Some time ago a friend told me
installing some debugger may do that?

Since I don't know what keywords should be used, Google can't help me...

Thx for your suggestions~



Jukka K. Korpela 05-30-2009 07:35 AM

Re: check cgi command?
 
ela wrote:

> I want to know what exactly the command (or URL) it is to send to a
> server after clicking "go" button on a web page. Some time ago a
> friend told me installing some debugger may do that?


I'd recommend the Tamper Data extension to Firefox.

It lets you view the URL as well as both request and response headers and
the POST data. (When the form has method="POST", the form data is sent as
POST data, whereas with the default method="GET", it's sent in the URL.)

Moreover, it lets you modify the request data before it gets sent, i.e.
intervene in the communication from the browser to the server. (By the way,
the simplicity of doing such things is one reason why one should not rely on
client-side checks of form data.)

--
Yucca, http://www.cs.tut.fi/~jkorpela/



All times are GMT. The time now is 03:15 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57