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

Improved percent/URL-encoding #69

Closed
tom-miseur opened this issue Feb 19, 2021 · 0 comments · Fixed by #96
Closed

Improved percent/URL-encoding #69

tom-miseur opened this issue Feb 19, 2021 · 0 comments · Fixed by #96
Assignees

Comments

@tom-miseur
Copy link

Currently, the script generator produces code like this for application/x-www-form-urlencoded POST data:

address: "Street%20Address%201"

But, because we URL-encode values behind-the-scenes at runtime, we end up sending this unless the user modifies the generated code:

Street%2520Address%25201

We should attempt a URL-decode when we know the POST data may be encoded. I'll take a look at this myself but thought I'd log it here as well for comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant