Rest services post doesn't work, but get does. Why is this?
Rest services post doesn't work, but get does. Why is this?
You need post more information. What exactly is not working? What error message do you get? How to reproduce the problem, etc.
If I test my login rest service using user demo p/w demo99. and echo a dump of $_POST, I get null
Hello! In your Service settings set Content Type = x-www-form-urlencoded
You are wonderful thank you again