Skip to content

Adding support for repeated URL parameters. #86

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

Merged
merged 1 commit into from
Jul 29, 2015

Conversation

jparise
Copy link
Contributor

@jparise jparise commented Aug 17, 2011

It is legal for a URL parameter to be repeated multiple times in the
query string with different values. The previous code was only using
the first occurence of the parameter when normalizing the URL, which
ultimately causes a signature mismatch.

It is legal for a URL parameter to be repeated multiple times in the
query string with different values.  The previous code was only using
the first occurence of the parameter when normalizing the URL, which
ultimately causes a signature mismatch.
@graysky
Copy link

graysky commented Oct 11, 2011

I'm seeing this issue as well -- has this been merged?

@ghost
Copy link

ghost commented Oct 27, 2011

Please add this, it's definitely needed to use this library.

@jaitaiwan
Copy link
Contributor

@joestump is this fixed or does it need verification?

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.

4 participants