Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query string parameters are reordered #278

Open
wydengyre opened this issue Nov 28, 2023 · 1 comment
Open

query string parameters are reordered #278

wydengyre opened this issue Nov 28, 2023 · 1 comment

Comments

@wydengyre
Copy link

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.

@nikiepaydk
Copy link

This has caused issues in our systems. We did not expect the query parameter to be reordred when an explicit string including query paramters were given as the target url.

A fix or setting to avoid this behaviour would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants