kootox/merohc

Cannot use PUT in REST services

Closed this issue · 0 comments

All PUT operations are rejected by a 400 error.

In my request I have the correct info, but for all the requests, the failing reason is that a field is missing (even if it is present when I inspect the requests).

Tried using form-urlencoded or json format...

When I use POST (like on put-bug branch), everything is working fine.