Search code examples
postman

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

  • 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.