Landon Noll looking up Fremont Peak Observatory 0.8m telescope Leonid 2001 meteor squall count at Fremont Peak
custom search of Landon Noll's web sites

whoami - what your browser sends and receives

[chongo's home] [Astronomy] [Mathematics] [Prime Numbers] [Programming] [Technology] [contacting Landon]


Who Am I???

About the whoami.cgi script:

The whoami.cgi CGI script will show you what your browser sends to the remove server. It will also show additional information about the environment on the www.isthe.com server itself.

The source for this whoami.cgi CGI script is available.


Viewing the results:

The results of whoami.cgi will be displayed in several parts:
  1. Process execution
  2. CGI environment variables Various environment variables related to CGI scripts. Common ones reported are:
  3. HTTP environment variables:
    Various environment variables that begin with HTTP. Common ones reported are:
  4. other environment variables:
    Any other environment variables found. Common ones reported are:
  5. data on standard input:
    Data read on standard input. The POST method passes data on standard input in lines of the form: name=value.
The source for this whoami.cgi CGI script is available.

plain CGI URL - (GET method)

This is just a request for a CGI script with no extra path information and no query using the GET method.

/cgi-bin/chongo/whoami.cgi


CGI URL with extra path - (GET method)

This is a request for a script with the extra path ``/extra/path'', and no query using the GET method.

/cgi-bin/chongo/whoami.cgi/extra/path


CGI URL with a query - (GET method)

This is a query ``query'' for a script with no extra path information using the GET method.

/cgi-bin/chongo/whoami.cgi?query


CGI URL with extra path and a query - (GET method)

This is a request for a script with the extra path ``/extra/path'', and a query ``query'' using the GET method.

/cgi-bin/chongo/whoami.cgi/extra/path?a+query


CGI simple FORM - (GET method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no query and no extra path information using the GET method.

Press me and then click Submit.


CGI simple FORM - (POST method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no query and no extra path information using the POST method.

Press me and then click Submit.


CGI complex FORM - (GET method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no query and no extra path information using the GET method.



Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to


CGI complex FORM - (POST method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no query and no extra path information using the POST method.



Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to


CGI complex FORM with query string - (GET method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no extra path and a query string of ``query'' using the GET method.

Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to


CGI complex FORM with query string - (POST method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with no extra path and a query string of ``query'' using the POST method.

Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to


CGI complex FORM with extra path & query string - (GET method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with a query string of ``query'' and an extra path of ``/extra/path'' using the GET method.

Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to


CGI complex FORM with extra path & query string - (POST method)

You'll need a browser which supports HTML forms for this example. Clicking the submit button will execute the CGI with a query string of ``query'' and an extra path of ``/extra/path'' using the POST method.

Radio test: [A ] [B ] [C ]

Checkbox test: D E F

Field 1: 
Field 2: 
Password: 
Click to this form

Click to



My CGI demo page contains more examples of CGI scripts.







© 1994-2022 Landon Curt Noll
chongo (was here) /\oo/\
$Revision: 8.1 $ $Date: 2022/07/07 23:15:27 $