Information about you: My IP information my proxy headers My IP GEO information My request headers
Information DNS records: Domain MX records tool Domain NS records tool Domain DNS records tool
WHOIS: Domain WHOIS tool Address WHOIS tool
IP address info or domain resolve: IP information tool Reverse Address lookup tool
Other: Trace Address Tool Ping Address Tool

See request headers tool,php $_server variables,request variables

It's free online tool for find request headers, something like php print_r($_SERVER) or phpinfo. You can read related article here - $_server php request data. PHP $_SERVER is an automatic created by server array containing information such as headers, paths, and script locations. The entries in this array are created by the web server. There is no guarantee that every web server will provide any of these; servers may omit some, or provide others not listed here.
The $_SERVER global variable in PHP is perhaps the most useful of any global variable and or function that you will come across during your adventure in scripting with PHP. Now I am not going to reiterate what can be found in the documentation I am just going to clarify where the documentation is vague and show a few examples as well. Now the easiest way to mop up and clarify everything all at once is for you to create the following file on your server and run it and take a look at the output this should clarify everything for you.
I spend a good deal of time reading about PHP security over at the PHP Developer’s Network forums. In one of the many discussions I have had over there, I recall one in particular that really opened my eyes to how easy it can be to overlook a very serious security issue. As you may know, there is a predefined array of server-related variables in PHP, named $_SERVER. (information from $_SERVER,$_SERVER info, my request headers)

Your request headers
UNIQUE_IDsN7S-lvFgH8AAEn8HVEAAAAM
GEOIP_POSTAL_CODE20007
HTTP_X_CC_IDccc03-01
HTTP_HOSTwww.maxwell-media.com
HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_ACCEPTtext/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_LANGUAGEen-us,en;q=0.5
HTTP_ACCEPT_ENCODINGgzip
HTTP_ACCEPT_CHARSETISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_CONNECTIONclose
HTTP_CACHE_CONTROLno-cache
HTTP_PRAGMAno-cache
HTTP_COOKIEPHPSESSID=74c054f9bf8db42a7572711e4102d933
SERVER_SIGNATURE
SERVER_SOFTWAREApache/2.2.8 (Mandriva Linux/PREFORK-6.6mdv2008.1)
SERVER_ADDR91.197.129.167
SERVER_PORT80
REMOTE_ADDR38.107.191.103
REMOTE_PORT11496
GATEWAY_INTERFACECGI/1.1
SERVER_PROTOCOLHTTP/1.1
REQUEST_METHODGET
QUERY_STRING
REQUEST_URI/php-request-data/all-request-varibles-and-my-request-data/my_server.php
SCRIPT_NAME/php-request-data/all-request-varibles-and-my-request-data/my_server.php
PHP_SELF/php-request-data/all-request-varibles-and-my-request-data/my_server.php
REQUEST_TIME1283837411