Question concerning REST

2015-08-24 Thread Jean-Christophe Boggio
Hello, I am trying to implement a simple REST/JSON server in embedded perl but I don't understand how I can retrieve the data sent to me. I test with this command : curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html And the following code shows nothing (apart from th

Question concerning REST

2015-08-24 Thread Jean-Christophe Boggio
Hello, I am trying to implement a simple REST/JSON server in embedded perl but I don't understand how I can retrieve the data sent to me. I test with this command : curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html And the following code shows nothing (apart from the

Question concerning REST

2015-08-24 Thread Jean-Christophe Boggio
Hello, I am trying to implement a simple REST/JSON server in embedded perl but I don't understand how I can retrieve the data sent to me. I test with this command : curl -i -X GET -d '{"name":"john"}' http://omico.miaou/rest/notifent.html And the following code shows nothing (apart from th