Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix canonical request generation #98

Open
jerome-jutteau opened this issue Sep 24, 2021 · 0 comments
Open

Fix canonical request generation #98

jerome-jutteau opened this issue Sep 24, 2021 · 0 comments

Comments

@jerome-jutteau
Copy link
Contributor

jerome-jutteau commented Sep 24, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant