-
Notifications
You must be signed in to change notification settings - Fork 859
Closed
Labels
Description
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
- Open a new request tab
- Make a GET call to http://linkedin.com/urn%3Ali%3Afoo%3A62324
- Look at the corresponding curl generated.
Screenshots or Videos
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