how to perform HTTPS calls to Tiggzi database rest service?
Posted: Sat Dec 08, 2012 2:11 am
json is giving me a: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
json is giving me a: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I'm not sure.. just need to debug the request. Do try the curl command first.
How do I run a curl command?
Also, how do I debug a rest call ?
Thanks for all the answers!
From command line
well I finally got what was going on ... I needed to add JSON.stringify( { .... data here ... })
And it worked