Boop icon indicating copy to clipboard operation
Boop copied to clipboard

JSON to Query String action should URL encode parameters

Open morissm opened this issue 2 years ago • 0 comments

"JSON to Query String" does not URL encode parameters which means that the encoded string cannot be pasted in a browser if the parameters contain spaces, pluses or other problematic characters.

URL encoding does not work either because the = and & characters are also encoded.

I propose either modifying "JSON to Query String" so that it encodes the parameters or adding a "JSON to Encoded Query String" action.

morissm avatar Jul 15 '22 16:07 morissm