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).
A blog about software development and architecture. The main focus is .NET and Open Source.