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

Disable urldecode for JSON-RPC #450

Merged

Conversation

cl0ne
Copy link
Contributor

@cl0ne cl0ne commented Feb 21, 2022

Fixes #449

None of the popular JSON-RPC clients apply urlencode to the produced JSON
request. Consequently, any method parameter that contains percent symbol will be
either decoded to a wrong value or, more often, will cause request handling
failure.
@vinoski
Copy link
Collaborator

vinoski commented Feb 24, 2022

Thanks, I'll take a look shortly.

@vinoski vinoski merged commit 842ff1c into erlyaws:master Feb 27, 2022
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.

JSON-RPC payloads don't need urldecode step
2 participants