Skip to content

query string parameters are reordered #278

@wydengyre

Description

@wydengyre

For example, a GET to a URL that terminates in ?b=1&a=2 will actually get sent as ?a=2&b=1. This is surprising behavior, and can lead to very subtle bugs.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions