Skip to content

Encoding error in exporting requests from Postman #11934

@rishirdua

Description

@rishirdua

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

I have an entity with id: urn:li:foo:62324 To make a GET call, I set "urn%3Ali%3Afoo%3A62324" in the URL and it works fine.

This gets translated to "urn%253Ali%253Afoo%253A62324&" in the exported CURL

This means the percentage sign is getting encoded, which I don't want.

It seems Postman is making a different curl call from what it is exporting.

I'm fairly confident this is a new issue since this used to work fine.

Steps To Reproduce

  1. Open a new request tab
  2. Make a GET call to http://linkedin.com/urn%3Ali%3Afoo%3A62324
  3. Look at the corresponding curl generated.

Screenshots or Videos

See screenshot
postman-bug

Version 10.12.13
UI Version: 10.12.13-ui-230411-0412
Desktop Platform Version: 10.12.13 (10.12.13)

Operating System

Mac

Postman Version

10.12.13

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions