Skip to content

Discrepancy between parameters sent and guzzles PostBody sent #29

@evanpurkhiser

Description

@evanpurkhiser

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions