Hi,
Say i wrote the following PhP program:
<?
$content=file_get_contents('http://www.ipchicken.com/');
echo $content;
?>
So, basically, I have made my webserver into some form of proxy right.
I access
http://www.ipchicken.com through my webserver. Hence, the Ip that shows up in web is the IP of my webserver.
http://yahooweb.freehostia.com/checkip.php
In transparent proxy, the site can just pass on the IP address of the surfer.
How do I modify the program so that
http://yahooweb.freehostia.com/checkip.php still display the IP address of my PC, or whoever access
http://yahooweb.freehostia.com/checkip.php