I am writing a program to view cloaked pages on the web. The Perl program I am using can alter the Referer with no problem. The pages downloads fine. But I would like to present my UserAgent by IP (using various bot IP's).
Feeding out the IP of one of the favorite bots is giving me problems. I have considered using HTTP:Proxy or IO::Socket::INET.
Can anyone point me in the general direction?
Thanks