Page 3 of 3

how to perform HTTPS calls to Tiggzi database rest service?

Posted: Sat Dec 08, 2012 2:11 am
by Agon Bina

json is giving me a: Failed to load resource: the server responded with a status of 500 (Internal Server Error)


how to perform HTTPS calls to Tiggzi database rest service?

Posted: Sat Dec 08, 2012 4:58 am
by maxkatz

I'm not sure.. just need to debug the request. Do try the curl command first.


how to perform HTTPS calls to Tiggzi database rest service?

Posted: Sat Dec 08, 2012 5:07 am
by Agon Bina

How do I run a curl command?
Also, how do I debug a rest call ?

Thanks for all the answers!


how to perform HTTPS calls to Tiggzi database rest service?

Posted: Sat Dec 08, 2012 7:11 pm
by maxkatz

From command line


how to perform HTTPS calls to Tiggzi database rest service?

Posted: Sun Dec 09, 2012 1:24 am
by Agon Bina

well I finally got what was going on ... I needed to add JSON.stringify( { .... data here ... })

And it worked