Anyone seen a script in perl/python that will accept a hit from a browser, get a page from a different site, and pass it back to the requesting browser?
For example, if I have the script on a site http://www.mysite.com and set it to translate to get pages from Yahoo, then if I put into my browser http://www.mysite.com/myscript.pl?index.html, the script will go get http://www.yahoo.com/index.html and send it back to my browser.
Thanks for any help! I'm sure that is easy to write in those languages; but I'm new to them and not quite up to it yet.
For example, if I have the script on a site http://www.mysite.com and set it to translate to get pages from Yahoo, then if I put into my browser http://www.mysite.com/myscript.pl?index.html, the script will go get http://www.yahoo.com/index.html and send it back to my browser.
Thanks for any help! I'm sure that is easy to write in those languages; but I'm new to them and not quite up to it yet.