I am creating an Owin self-host Web API and getting a 405 method not allowed response when posting a DELETE request the server. POST and GET seem to work with not problems.
I can reproduce the error in the ASP.Net Sample application OwinSelfHostSample project at https://aspnet.codeplex.com/SourceControl/latest#Samples/WebApi/OwinSelfhostSample/ReadMe.txt
I do not have WebDAV installed and using Fiddler the request is formed with no apparent issues. I also have Cors installed and set to AllowAll.
Any suggestions as to what is blocking 405?