DavCInt User Agent and Options Verb Requests
Posted
by beckelmw
on Stack Overflow
See other posts from Stack Overflow
or by beckelmw
Published on 2010-06-09T20:39:07Z
Indexed on
2010/06/09
20:42 UTC
Read the original article
Hit count: 271
ASP.NET
|asp.net-mvc
We are getting quite a few errors in our logs where the user agent is DavCInt and verb is OPTIONS. Does anyone know who/what might be making this type of request?
We are using ASP.NET MVC and all of our controller actions are decorated with HttpGet or HttpPost as appropriate so a controller supporting the request is of course not found.
I know I can deny verbs in the web.config but I am looking for any insight before I do so.
© Stack Overflow or respective owner