Hi all,
I just wondered if there is something planned (or existing) like a hidden form field which gets intercepted by MVC
to provide support of other HTTP methods (e.g. PUT or DELETE). I didn't find anything in the spec regarding this.
That would be really helpful to follow the REST principles in an MVC application. At the moment I have some HTTP filter doing this task,
but IMHO it doesn't make sense to copy this filter between all my projects (and I'm sure I'm not the only one with this kind of issue).
Best regards,
Tobias