osc-cli icon indicating copy to clipboard operation
osc-cli copied to clipboard

Fix canonical request generation

Open jerome-jutteau opened this issue 3 years ago • 0 comments

Hi,

One osc-cli user reached me about a bug we may have in signature process:

osc-cli --profile profile fcu DescribeVolumes --Filter '[{"Name":"volume-id", "Value":"vol-082158a8 test"}]'

The space (" ") char is transformed in + which should actually be url-encoded in %20

FCU is pretty flexible on this but Outscale API may be more close to canonical request specification (In 3rd step, check double escape and header order)

jerome-jutteau avatar Sep 24 '21 08:09 jerome-jutteau