Am 20.10.2014 23:31, schrieb Domingo:

It seems that vibed do not accept any form of method overwrite like: "X-HTTP-Method-Override: DELETE" or passing any query string parameter for example like this:

http://www.restfm.com/manual_v1/method-override

I'm missing something here ?

Cheers !

"X-HTTP-Method-Override" is currently not implemented - if you have some
time to add a ticket on the issue tracker, that would be great, because
I'll have forgotten this again for sure before getting to implement it!

For now, you could either just tag the method with
@method(HTTPMethod.POST) (or GET), or add an additional overload that
uses POST instead of DELETE and let that call the original method, so
that both are available.