kootox / merohc

GNU Affero General Public License v3.0
2 stars 0 forks source link

Cannot use PUT in REST services #1

Closed kootox closed 8 years ago

kootox commented 8 years ago

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.