I'm guessing nope, but you never know.
- Browser loads
<img src="http://example.net/lolcat.png"> - example.net redirects
lolcat.pngtohttp://static.example.net/bandwidth-exceeded.gif
Can I detect this?
Cross-browser isn't important, just looking for an option that will work in any 1 popular browser.
So far my best option is knowing the size of the placeholder image, getting a "maybe" by looking at the image size onload (in browsers that support onload events in image tags), and making a quick XHR request notifying the backend that we've got a maybe.
srcproperty in such a case. Doesn't it / shouldn't it change? I can't test right now. – Pekka 웃 Nov 2 '10 at 22:10