Skip to content

Encode queryParams against form-url-encoded #1108

@slandelle

Description

@slandelle

We currently encode against the unreserved chars. Actually, what people want is form-url-encoded.
The sole difference are that:

  • * is safe instead of ~
  • use %20 instead of + for encoding space, as Javascript still does that

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions