Skip to content

Conversation

paulrutter
Copy link
Contributor

Earlier i fixed #28, which adds support for multiple values in the data parameter (the body of the request).

This pull request adds support for multiple duplicate keys in the QS of the url.
For example:

?formkey=formvalue1&formkey=formvalue2

This couldn't be signed properly earlier, and with this pull request, it can :)
Added unit test which tests this specific behavior.

@ddo
Copy link
Owner

ddo commented Sep 12, 2017

i think all the recently issues is about the query. we should add qs package to handle all of that maybe.
but for now this is ok i guess. thanks

@paulrutter
Copy link
Contributor Author

I'm not sure incorporating the "qs" package would solve this particular issue, but thanks for merging 👍

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

Successfully merging this pull request may close these issues.

2 participants