RE: API calls and keys

2014-09-05 Thread Demetrius Tsitrelis
What about using POST via AJAX instead of using implied GET in the link? -Original Message- From: Giri Prasad [mailto:g_p...@yahoo.com.INVALID] Sent: Friday, September 05, 2014 4:47 AM To: dev@cloudstack.apache.org; us...@cloudstack.apache.org Subject: Re: API calls and keys I have

Re: API calls and keys

2014-09-05 Thread Giri Prasad
dnesday, 3 September 2014 8:43 PM Subject: Re: API calls and keys You need to generate the signature; sample code us here: http://abhisekbasu.wordpress.com/2013/11/19/how-to-generate-signature-for-cloudstack-api/ You may also consider using login api in your scenario. Sent from my iPhone >

Re: API calls and keys

2014-09-03 Thread abhisek basu
You need to generate the signature; sample code us here: http://abhisekbasu.wordpress.com/2013/11/19/how-to-generate-signature-for-cloudstack-api/ You may also consider using login api in your scenario. Sent from my iPhone > On 3 Sep 2014, at 8:11 pm, "Giri Prasad" wrote: > > Hello, > > I am