Hello all, I need to send post data to my website (ZF 2) from another application, with the POST method.
My problem is that the PostRedirectGet plugin change the POST query in a
GET query and then, in my controller, I don't know where to retreive the
post values.
The result of $request->getPost('myData') is null..
How can I do that ?
Thank you in advance
