I need to check with Xenu application a view links on my www site.
On my site there is HTML code.
<img src="mysite/pictures.php?url=http://othersite.com/pic1.jpg">
<img src="mysite/pictures.php?url=http://othersite.com/pic2.jpg">
<img src="mysite/pictures.php?url=http://othersite.com/pic3.jpg">
But Xenu cannot check if pictures exist or not. How I can do it with some script inside pictures.php
?
I need to check for example if the link in parameter url=http://othersite.com/pic1.jpg
is a JPG picture.
I can't change the HTML code because it must be constant. So I have to do it with some PHP script.