404 Error - HEAD request on default page

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-04-21T19:39:36Z Indexed on 2010/04/21 19:43 UTC
Read the original article Hit count: 581

Filed under:
|
|

I am working on a project where we are about to go to internal release. So we are working to clean up the small problems before then. I was looking at our logs and noticed a high number of 404 errors. On further inspection it seems that all of them are related to HEAD requests. I haven't been able to find any substantive information about the preferred method for handling this in a standards compliant manner. Is there anything out there that can point out the proper way to handle that.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about .NET