Forum Moderators: DixonJones
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)"
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; CNCDialer; .NET CLR 2.0.50727)"
Does anyone have any ideas?
Consider the following. Your stat page gives the list of your most frequent referers. If one request ANY of your images 1,000 times, it may become listed in your stats page as a frequent referer.
If your stats page is public, it will be given automatically a backlink to his site. That's how and why some adult/pharmacy sites may be listed in your stats page.
Got it? ;-)
I've seen this as well, just recently. I was wondering if you ever got an inkling as to what caused it?
From my logs, it also looks like a legit browser, but it's downloading image files many times when loading a page. It's almost as if the browser uses no caching at all, or doesn't realize it already has the file. Most of the images are small spacers, used many times throughout the page.
-Jim
You may be getting these requests from a caching proxy, such as used by AOL, EarthLink, etc. and by many satellite-internet providers. Or your image-file response headers may be marking the files as "must-revalidate" and/or sending them with very short 'expires' times. Or you might be dealing with a broken or misconfigured client or proxy.
Gather all of the detailed information that you can about the requests and their source(s), and the image file request responses from your server. With more information, this problem may start to make sense.
Jim