[ Tests: HTML Forms -Encoding -Environment Vars -File Upload -Sockets -Includes ]
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 | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| 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_IF_MODIFIED_SINCE | Sat, 25 Sep 2010 10:16:29 GMT |
| HTTP_PRAGMA | no-cache |
| HTTP_USER_AGENT | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| HTTP_X_CC_ID | ccc03-01 |
| PATH | /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin |
| QUERY_STRING | |
| REMOTE_ADDR | 38.107.179.228 |
| REMOTE_HOST | 38.107.179.228 |
| REMOTE_PORT | 42160 |
| 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.22 |
| UNIQUE_ID | Ty1J89FEAi4AAAmQQFEAAAAb |
Form Variables
No name-value pairs were detected.
You can try to set some form variables. This is a GET form:
You can try to set some form variables. This is a POST form:
You can try to set some form variables. This is an ISINDEX tag:
© 1997-2001 by Zoltan Milosevic