Hello,
I'm doing an API and I need that receives params via POST,
I'm using Postman extension (https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm)
for testing purposes and I am not recieving the vars,
but I do a curl
curl --data "var1=123&var2=asdf" http://mywebsite/function
I got them right.
On the access logs I got this
192.185.39.26 - - [08/May/2014:18:25:03 -0500] "POST http://mywebsite/function%C2'> 200 - "-" "-"
Does Processwire have a security enabled for calls via post without headers?
Thanks