hi all I'm writing a simple web crawling script that needs to connect to a webpage, follow the 302 redirects automatically, give me the final url from the link and let me grab the html.
What's the preferred java lib for doing these kinds of things?
thanks