How can I get the ultimate URL without fetching the pages using perl and LWP?
- by planetp
I'm doing some web scraping using perl's LWP. I need to process a set of URLs, some of which may redirect (1 or more times).
How can I get ultimate url with all redirects resolved, using HEAD method ?