Unknown http requests of type http://<domain>/cache/<32-digit-alphanumeric-key>
- by Siva Bathula
I am getting a lot of incoming requests with this structure:
//domain_name/cache/22092e9b25c40809dfb94b6179166b26.
I am running a .NET 4.0 website served from IIS 7.5. A lot of these URLs have no referrer URLs and come in randomly with a different 32 digit alphanumeric key. And I do not have any resource like '.../cache/...' on my website.
I just want to eliminate such requests and want to understand where these are coming from at all. Any help would be appreciated.