Skip to content

Correctly parse "+"-encoded url query params #39

Description

@Ansile

https://stackoverflow.com/questions/1634271/url-encoding-the-space-character-or-20/1634293#:~:text=A%20space%20may%20only%20be,it%20is%20encoded%20as%20%20.

Space character in url query parameters may be encoded as '+' and URLSearchParams does encode it that way -
image

That should be supported by query parsing in this library too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions