Error!
Success!

Supporting the OPTIONS verb in ASP.NET Web API

0
kicks

Supporting the OPTIONS verb in ASP.NET Web API  (Unpublished)

ASP.NET Web API controllers support only four HTTP verbs by convention: GET, PUT, POST and DELETE. The full list of existing HTTP verbs is more extensive though. One of those unsupported verbs which can be particularly useful for API discovery and documentation is the OPTIONS verb.


Kicked By:
Drop Kicked By: