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

Attempt to fix callback URL query args in issue #3. #5

Closed

Conversation

cpatterson-lilly
Copy link

These changes look like they should work, but the resulting callback URL query args are now over-encoded somehow. Instead of converting each "&" to a single "%26", they get converted to "%252526" instead, meaning it's getting percent-encoded one extra time.

@cpatterson-lilly cpatterson-lilly changed the title Attempt to fix callback URL query args. Attempt to fix callback URL query args in issue #3. Aug 10, 2016
@phimage
Copy link
Owner

phimage commented Aug 20, 2016

#3 fixed

@phimage phimage closed this Aug 20, 2016
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.

None yet

2 participants