RE: API Signing Issue

2015-03-31 Thread Blake Ferkingstad
ignature=' . $signature; return $url; } Thanks, Blake Ferkingstad -Original Message- From: Blake Ferkingstad [mailto:[email protected]] Sent: Monday, March 30, 2015 11:51 AM To: [email protected] Subject: RE: API Signing Issue Hi Nux!, Thanks for the link,

Re: API Signing Issue

2015-03-31 Thread Phillip Kent
7:23 + Subject: API Signing Issue Hello everyone, I have a question on my API Signing code. The code below I have tested on commands like createDomain, listTemplates, and listServices. Those all run like expected, but I am running into trouble with createAccount. function cloudstack_sign

Re: API Signing Issue

2015-03-30 Thread Erik Weber
ave noticed is that it seems to work with commands that don't have > an attribute that is alphabetically greater than apiKey, like accounttype. > > > -Original Message- > From: Erik Weber [mailto:[email protected] ] > Sent: Monday, March 30, 2015 11:09 AM > To: users@cl

Re: API Signing Issue

2015-03-30 Thread Jeff Hair
Sent: Monday, March 30, 2015 11:35 AM > To: [email protected] > Subject: Re: API Signing Issue > > You might be able to "bypass" the problem by using the integration port (make > sure to firewall it as it allows non-auth requests), though I'd also be > curious fo

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
[email protected] Subject: Re: API Signing Issue You might be able to "bypass" the problem by using the integration port (make sure to firewall it as it allows non-auth requests), though I'd also be curious for a solution. https://cloudstack.apache.org/docs/en-US/Apa

Re: API Signing Issue

2015-03-30 Thread Nux!
Guide/#enabling-port-8096 -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Blake Ferkingstad" > To: [email protected] > Sent: Monday, 30 March, 2015 16:17:23 > Subject: API Signing Issue > Hello everyone

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
works with other commands. What I have noticed is that it seems to work with commands that don't have an attribute that is alphabetically greater than apiKey, like accounttype. -Original Message- From: Erik Weber [mailto:[email protected]] Sent: Monday, March 30, 2015 11:09 A

Re: API Signing Issue

2015-03-30 Thread Erik Weber
No html entities or similar in $cmd that could be exploded and mistaken as a parameter? Erik Den mandag 30. mars 2015 skrev Blake Ferkingstad følgende: > Hello everyone, > > > > I have a question on my API Signing code. The code below I have tested on > commands like createDomain, listTemplates

API Signing Issue

2015-03-30 Thread Blake Ferkingstad
Hello everyone, I have a question on my API Signing code. The code below I have tested on commands like createDomain, listTemplates, and listServices. Those all run like expected, but I am running into trouble with createAccount. function cloudstack_sign_sort($cmd) { $commands = explode