ignature=' . $signature;
return $url;
}
Thanks,
Blake Ferkingstad
-Original Message-
From: Blake Ferkingstad [mailto:bferkings...@acentek.net]
Sent: Monday, March 30, 2015 11:51 AM
To: users@cloudstack.apache.org
Subject: RE: API Signing Issue
Hi Nux!,
Thanks for the link,
Hi Blake,
Signing requires this ordering:
convert to lower case
sort on the parameter keys
I think your code is doing the other way around?
Phillip
-- Forwarded message --
From: Blake Ferkingstad
To: "users@cloudstack.apache.org"
Cc:
Date: Mon, 30 Mar 2015 15:17:23 +
S
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:terbol...@gmail.com ]
> Sent: Monday, March 30, 2015 11:09 AM
> To: users@cl
Sent: Monday, March 30, 2015 11:35 AM
> To: users@cloudstack.apache.org
> 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
users@cloudstack.apache.org
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
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/Apache_CloudStack/4.0.0-incubating/html-single/API_Developers_Guide/#enabling-por
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:terbol...@gmail.com]
Sent: Monday, March 30, 2015 11:09 A
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