FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

urlencoded strings not handled properly · Issue #43 · tj/node-querystring · GitHub

urlencoded strings not handled properly #43

Description

I am submitting a form where the '=' character is present, although its urlencoded.

querystring fails to handle this, but node's builitin querystring module handles it just fine.

qs.parse('tBK0FKOvgZw%3D=Uu%2BujGnmB1Y%3D')

should return

{ 'tBK0FKOvgZw=': 'Uu+ujGnmB1Y=' } (and this is what the builtin module returns)

but it gives this instead

{ 'tBK0FKOvgZw': '=Uu+ujGnmB1Y=' }

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


    Back | FazBrowse Home | New Git URL