-
Notifications
You must be signed in to change notification settings - Fork 855
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
Broken encoding of UTF-8 query params #2263
Comments
Able to reproduce. Working on a solution. |
This is a downstream bug in Node: nodejs/node#8321 |
Adding a confirmation / reproduction of this bug, and a difference between the Postman Chrome app and the Postman application on Mac OSX. The URL encoding seems to be correct though. If I directly request |
Confirm! Something has been changed last few months. Before this request had been working without problems:
Now I have to select 巴黎, right-click and choose EncodeURIComponent to make it work as before. The request is changed to:
Postman 4.7.0 for macOS (standalone). |
4.7.1 Postman convert lowercase cyrillic letter this way: |
This was fixed and released. Do re-open the issue if you're still having problems :) |
@czardoz still able to reproduce this bug |
?search=обязательный
, expected value on server:?search=%D0%BE%D0%B1%D1%8F%D0%B7%D0%B0%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9
, got:search=>1O70B5;L=K9
The text was updated successfully, but these errors were encountered: