bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form data are not being parsed on patch

DaliborTrampota opened this issue · comments

Hello,

after sending a patch request and getting 'PATCH' variable from f3, it is null, 'BODY' contains all the boundaries but thats unusable.
How can I parse the BODY into an array/object? And is there a reason why it is not parsed automatically?

Thanks

Send the PATCH request as application/json and you'll be fine. Please use google board or find help in slack / matrix next time before opening an issue. thank you.