Skip to content

JSON to Query String action should URL encode parameters #344

@morissm

Description

@morissm

"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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions