[ Tests: HTML Forms -Encoding -Environment Vars -File Upload -Sockets -Includes ]

Environment Variables

This script displays all environment variables and all form variables associated with the request.

Environment variables beginning with "HTTP_" are the initial request headers sent by your browser. The "REMOTE_" headers are mostly based on your network status (port, hostname, and IP address). Other variables are mostly server-dependent.


Environment Variables:

Name Value
DOCUMENT_ROOT /usr/www/users/xav/ads/demo.nickname.net
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_CACHE_CONTROL no-cache
HTTP_CONNECTION close
HTTP_HOST demo.nickname.net
HTTP_PRAGMA no-cache
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
QUERY_STRING
REMOTE_ADDR 38.103.63.16
REMOTE_HOST 38.103.63.16
REMOTE_PORT 41717
REQUEST_METHOD GET
REQUEST_URI /demo/testpak/env.pl
SCRIPT_FILENAME /usr/www/users/xav/ads/demo.nickname.net/demo/testpak/env.pl
SCRIPT_NAME /demo/testpak/env.pl
SERVER_ADDR 66.39.101.142
SERVER_ADMIN xav@pair.com
SERVER_NAME demo.nickname.net
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.2.8
UNIQUE_ID X7YuAdFEAi4AAEzjCbMAAAAW


Form Variables

No name-value pairs were detected.


You can try to set some form variables. This is a GET form:

Name Value
My Name:
Color:


You can try to set some form variables. This is a POST form:

Name Value
My Name:
Color:


You can try to set some form variables. This is an ISINDEX tag:


© 1997-2001 by Zoltan Milosevic