When sending a request from Poster (firefox addon) in post to production server, this is not able to collect the variables sent in json, because the post is empty.I have also tried to send variables through application / x-www-form-urlencoded, but post to remains empty.
I use paramfetcher of restbundle, but post is empty.
I use :
file_get_contents("php://input");
But the value is array(0){}.
Can anyone help? Please ..... I will explode the brain