retreive the url of the page an image sits on
Posted
by Ayyash
on Stack Overflow
See other posts from Stack Overflow
or by Ayyash
Published on 2010-05-07T05:39:44Z
Indexed on
2010/05/07
5:48 UTC
Read the original article
Hit count: 136
I'm trying to log URLs that access broken images, using an HTTP module to catch those images when accessed.
How do you retrieve the URL where that image sits on? is there a way to do it the other way round too? That is, loop through images served in a URL and decide which ones are broken.
This is all in ASP.NET with C#.
© Stack Overflow or respective owner