'Duplicated requests in Postman are empty
I have some valid requests on my Postman. After I choose one of the requests -> Duplicate -> a "duplicate" request is created. All additional headers are missing, request body is empty and also "pre-request script" is missing.
I'm using Postman Version 9.14.12, working on Windows 10.
How can I solve this?
Solution 1:[1]
Interesting...
When you copy a request the data of the request body, the URL and all the other information is saved, but it's not presented.
You just need to change the name of the duplicate (rename) and then you will see everything.
Solution 2:[2]
I had the same problem. Turns out you have to make sure that you click Save for the original request you are trying to duplicate before you duplicate it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tal Angel |
| Solution 2 | Robert J Berger |
