Enable PUT and DELETE Http verbs for WebAPI with Cors on IIS 8.5
Enable PUT and DELETE Http verbs for WebAPI with Cors on IIS 8.5
WebAPI in .Net by default allows only the GET, POST, OPTIONS and HEAD verbs. To allow PUT and DELETE, you need to remove the WebDAV handler and module from the request pipeline by making the following changes to the Web.Config.
The WebDAV element contains the settings that configure Web Distributed Authoring and Versioning (WebDAV) for Internet Information Services (IIS) 7 or above. WebDAV is…
View On WordPress











