DELETE request method allowed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

DELETE request method allowed

zsoca8711
Hi Everyone!

I need some help! We are developing an API for a mobile APP and they requested a request, which uses DELETE HTTP method. If i try to do that, OfBiz returns HTTP error 405 (method not allowed). I was looking at the ControlServlet, and it seems the request is not even getting there. I think this must be a Tomcat / web.xml thing, but i can't find a way to make it work. Could anyone suggest me a way to fix this and allow DELETE for some particular requests? Thank you,

Zsolt