Christian Vigh - 2015-11-11 08:48:16
Hi Vallo,
I have had a look at your package with great interest and noticed something I was totally unaware of : retrieving json data from an http request.
I saw that you used the file_get_contents() function on php://input and this seems weird (and also really new) to me : what part of an http request does it allow to retrieve ? does it work with form data including attached files ? and in fact, could one use this trick to process any kind of data, not only json ?
Many thanks for your help,
Christian.