-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add action to encode component #12
Comments
The URL is encoded automatically when you send a request. Did you have any issues with it? |
Yes, one of my APIs take an S3 key as URI parameters, so |
Will add it to backlog. For now, you can use String Manipulation plugin with which you can select the string, open Actions, and type and select Encode URL or add a shortcut to it. |
Hello, this pluggin is very helpful and good. |
+1 on disabling auto-encoding. I have parameters that come pre-encoded from my API. JetClient re-encodes the percent signs and breaks the downline request. |
I will add the option for disabling auto-encoding in the next version. |
Is your feature request related to a problem?
Encoding URI components is very common when they contains special characters such as
/
to be used as variables or URI params, but JetClient currently does not have any to do so.Describe the solution you'd like
When right clicking on a string, add an option to encode the selected text, or the whole string if no text is selected.
Additional context
No response
The text was updated successfully, but these errors were encountered: