Unknown http requests of type http://<domain>/cache/<32-digit-alphanumeric-key>

Posted by Siva Bathula on Stack Overflow See other posts from Stack Overflow or by Siva Bathula
Published on 2012-10-20T10:53:45Z Indexed on 2012/10/20 11:00 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET