Supporting both POST data and JSON formatted requests in slim 2 Supporting both POST data and JSON formatted requests in slim 2 json json

Supporting both POST data and JSON formatted requests in slim 2


You could try using https://github.com/slimphp/Slim-Middleware and ensuring that the requests with a JSON body contain the proper Content-Type: application/json header.