Skip to content

qs.parse is parsing the string with + properly  #305

Closed
@ernitinjain

Description

@ernitinjain

?externaluserid=454545454&email=abc+123@gmail.com&order=165615&token=dtc5uwvmkC

is converting the email's + to a space.

{email: "abc 123@gmail.com", externaluserid: "454545454", token: "dtc5uwvmkC", order: "165615"}

It should keep + in email instead of converting this to a space.

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