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

Feature Request: URL Encode All Characters Option #464

Closed
resech opened this issue Jan 3, 2019 · 2 comments
Closed

Feature Request: URL Encode All Characters Option #464

resech opened this issue Jan 3, 2019 · 2 comments

Comments

@resech
Copy link

resech commented Jan 3, 2019

Summary

There's times where it's handy to encode all characters, it'd be awesome if we had an option for this in the URL Encode Operation or if we could select "%" as a delimiter in To Hex. It looks like this request is similar to #56

Example

Encode Hello, World! as %48%65%6c%6c%6f%2c%20%57%6f%72%6c%64%21 instead of Hello,%20World!

@resech resech changed the title Feature Request: URL Encode Unreserved Characters Option Feature Request: URL Encode All Characters Option Jan 4, 2019
@chudel
Copy link

chudel commented Jan 4, 2019

Of course, this is possible already by combining ToHex and Regex Find/Replace? See this Recipe:

@n1474335
Copy link
Member

n1474335 commented Jan 7, 2019

Whilst this can be achieved using Find/Replace, I think it would make a reasonable inclusion to either the 'URL Encode' or 'To Hex' operations.

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

No branches or pull requests

3 participants