I’m having troubles getting the body params parsed from a PUT request.
I’ve read some issues/pull on github, but finally I got no solution.
Any workaround to get this “fixed”? Shoul I set any specific content type
or somehow simulate a POST? Many thanks in advance.
PS: According to the HTTP specification RFC 7231 (Section 4.3.4), the PUT request can have a payload. Therefore, it must be parsed in the slim Request implementation. Looks like a bug to me.