This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
[Question] $request->getParsedBody() returns empty array using PUT/PATCH methods #371
Open
Description
I'm having difficulty in parsing the $request->getParsedBody() for PUT/PATCH method - it only returns empty array.
I've enabled Body Parsing Middleware on my controller and it works with POST method.
https://docs.zendframework.com/zend-expressive/features/helpers/body-parse/
I'm trying to implement the REST Controller by Alejandro Celaya
Appreciate your input here. Thanks in advance.