That’s a pretty long title, I agree. When working on my implementation of RFC2324, also known as the HyperText Coffee Pot Control Protocol,
I’ve been struggling with something that you will struggle with as well
in your ASP.NET Web API’s: supporting additional HTTP methods like
HEAD, PATCH or PROPFIND. ASP.NET Web API has no issue with those, but
when hosting them on IIS you’ll find...
↧