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 Param Encoding Issue #7758

Closed
supunt opened this issue Dec 8, 2019 · 2 comments
Closed

Query Param Encoding Issue #7758

supunt opened this issue Dec 8, 2019 · 2 comments

Comments

@supunt
Copy link

supunt commented Dec 8, 2019

Query Params does not encode properly
Consider the endpoint example below

http://localhost:20047/v3.0/foo-summaries?bor=OBR&valnDate=2019-11-08

If we are to pass Certain special characters to the string query param bor listed below it does not do the encoding properly

  • &
  • '#'
  • '+'

To Reproduce
Example 1 - bor = OBR&

image

Example 2 - bor = OBR&1

image

Example 3 - bor = OBR# - Causes some weird behaviors

image

Example 4 - bor = OBR+ - '+' turns in to a space

image

App information (please complete the following information):

  • App Type - Native App
  • Postman Version v7.13.0
  • OS: Windows 10
@vikiCoder
Copy link

vikiCoder commented Mar 9, 2020

Hi, this is fixed in the latest Postman Canary release (version 7.20.0-canary03). You can see more details about the fix at #8154

@codenirvana
Copy link
Member

This is fixed in the latest version of the Postman app (v7.20.0).

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

No branches or pull requests

3 participants