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

Twilio Capability is improperly double encoding the list of app parameters #181

Closed
devinrader opened this issue Aug 21, 2015 · 0 comments
Closed

Comments

@devinrader
Copy link
Contributor

Don't think we need to UrlEncode the '&' character on line 84 of ScopeURI.cs since we end up encoding the entire string on line 89.

As it is now, the '&' gets incorrectly double encoded.

mplacona added a commit that referenced this issue Nov 26, 2015
Remove double encoding on generated token. Fixes #181
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

1 participant