Trouble POSTing to DB through Remote Host

I have a mobile app that requires data to be retrieved and sent to a db. I have everything set up in my DreamFactory instance with an API key and all the rules I require. I have no problems retrieving the data through an API call, however, I cannot post data. I get a response code of 200 when I send data but nothing ever is created. If I use the API Docs to post info, it works just fine.

Thanks for any help.

I am having the same issue … if the method called from pgadmin for postgres its working to insert the data but when called the same function from dreamfactory its not working … but select is working … can any one help on this

Can you share any examples of the different responses(with credentials obfuscated of course)? When you successfully POST data with the mobile app, what are you getting along with the 200? A blank array? Nothing?

Thanks!!