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

Discrepancy between parameters sent and guzzles PostBody sent #29

Open
evanpurkhiser opened this issue Mar 20, 2015 · 1 comment
Open

Comments

@evanpurkhiser
Copy link

When you add a post parameter with a null value it the entire key value pair is removed from the base signature string, however Guzzle will send the post parameter as an empty parameter. Meaning the server will have a signing mismatch.

One of two things could happen

  1. This plugin should be corrected so null parameters are first coerced into empty strings (probably not what we want?)
  2. Parameters with null values should not be added to the PostBody objects.
@evanpurkhiser evanpurkhiser changed the title Discrepancy between parameters sent and Discrepancy between parameters sent and guzzles PostBody sent Mar 20, 2015
@Aerendir
Copy link

Is this still an issue with the 0.3.0 release?

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

No branches or pull requests

2 participants