Skip to content

Disable urldecode for JSON-RPC#450

Merged
vinoski merged 1 commit intoerlyaws:masterfrom
cl0ne:fix/json-rpc-disable-urldecode-payload
Feb 27, 2022
Merged

Disable urldecode for JSON-RPC#450
vinoski merged 1 commit intoerlyaws:masterfrom
cl0ne:fix/json-rpc-disable-urldecode-payload

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