Command line and scripting tool for transferring data with URLs see the website Curl.se
curl -L -A "Mozilla" http://website.com
This follows re-directs and uses a dummy header to anticipate 406 Not Acceptable errors then returns the page content, you can use a full header string to represent other browsers
This YouTube video is presented by the cURL creator