sulfericacid has asked for the wisdom of the Perl Monks concerning the following question:
I need to find a way to determine what the FINAL url of the image is, so one way or another I need to know if it redirects or will load the first URL.
A good example is this link (it is safe for work, just a Spiderman picture) http://images.imagefap.com/images/full/31/459/459526477.jpg. You'll notice it makes your browser go to http://85.17.40.9:99/31a/full/459/459526477.jpg instead. It's the same URL after the domain name/IP address.
How can I get my script to load the IP address if it pops up?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Finding the URL of this image
by superfrink (Curate) on May 17, 2007 at 00:03 UTC | |
Re: Finding the URL of this image
by eric256 (Parson) on May 17, 2007 at 00:03 UTC | |
by sulfericacid (Deacon) on Jul 13, 2007 at 23:08 UTC | |
by eric256 (Parson) on Jul 13, 2007 at 23:45 UTC |