Skip to content

The + (plus) sign in the params list encodes to %20, not %2B #2664

@concordion2k

Description

@concordion2k
  1. Postman Version: 4.9.3
  2. App (Chrome app or Mac app): Chrome
  3. OS details: Win 10
  4. Is the Interceptor on and enabled in the app: No
  5. Did you encounter this recently, or has this bug always been there: Recently
  6. Expected behaviour: + sign should be encoded as %2B
  7. Console logs (http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/ for the Chrome App, View->Toggle Dev Tools for the Mac app):
  8. Screenshots (if applicable)
  1. Create a GET request
  2. Add a parameter that includes a + sign, such as an international phone number
  3. Click CODE
  4. Select cURL
  5. Observe that the + sign has been converted to %20

My company's use case: pass in an international phone number with a + sign as a parameter so we can return a filtered list of items that contain the specified phone number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions