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

Encoding of URL paths is incorrect #3778

Closed
armpogart opened this issue Nov 11, 2017 · 9 comments
Closed

Encoding of URL paths is incorrect #3778

armpogart opened this issue Nov 11, 2017 · 9 comments

Comments

@armpogart
Copy link

App Details:

Postman for Windows
Version 5.3.2
win32 10.0.16299 / x64

Issue Report:

  1. I use the request that is working in chrome app, but in native app I get incorrect symbols in header response from the API server, it's something with request encoding, I have russian characters in request endpoint name and it is working ok in chrome app. Request is something like http://endpoint:port/odata/standard.odata/Catalog_Пользователи?$format=json
  2. Expected behaviour: correct response
  3. In Dev Tools console I see one error - Failed to load resource: net::ERR_FILE_NOT_FOUND - mode-auto.js
@armpogart
Copy link
Author

Maybe something related to #2263

@armpogart
Copy link
Author

Also if I encode url manually and use the encoded string there - everything is working.

@sdnts
Copy link

sdnts commented Nov 15, 2017

@armpogart Thanks for reporting this, we will investigate this. @kamalaknn This looks related to runtime. Related: #3734, #3765

@armpogart
Copy link
Author

Any progress on this one?

@shamasis
Copy link
Member

Note: We need more details, perhaps a scaled down collection and/or endpoint to reproduce this.

@armpogart
Copy link
Author

armpogart commented Sep 25, 2018

@shamasis I guess any endpoint with Cyrillic letters in url. In my case it was 1C platform with it's odata endpoints. Unfortunately the endpoint I was working with is private and I don't have any public one at this moment.

@gdomo
Copy link

gdomo commented Oct 24, 2018

Postman 6.4.4
Ubuntu 18.04.1 LTS

абвгдеёжзийклмнопрстуфхцчшщьыъэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯ

turns in
012345Q6789:;<=>?@ABCDEFGHILKJMNO����������������� !"#$%&'(),+*-./

Example:
image

@codenirvana codenirvana self-assigned this May 13, 2019
@codenirvana codenirvana changed the title Incorrect symbols in header Encoding of URL paths is incorrect May 13, 2019
@shamasis
Copy link
Member

Closing it as a duplicate in master issue: #4555

@codenirvana
Copy link
Member

This is fixed in the latest version of the Postman app (v7.20.0) by enabling the "Use next generation URL processing" setting as mentioned in #8154.

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

No branches or pull requests

10 participants