Skip to main content

Full REST functionality with limited number of methods

This is a blog post about how to re-direct web request, e.g. transform a POST message to a PUT message. Sometimes only POST and GET methods are allowed due to corporate policy, but with this method it's still possible to send PUT or DELETE messages. The secret is new header parameter ("X-HTTP-Method-Override") and some code (of course).

Comments