Tal Angel
Tal Angel

Reputation: 1786

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?

Upvotes: 8

Views: 5564

Answers (5)

Ajay Takur
Ajay Takur

Reputation: 6246

In v10.19.10 saving the old request and duplicating the same keeps on loading. Until you close the app and reopen can show up the duplicated.

Upvotes: 2

sharan deepak
sharan deepak

Reputation: 21

In Postman v10.16.3, There is a toggle button to AutoSave (Beta) requests and collections in settings.

Upvotes: 0

Yasser Baghdadi
Yasser Baghdadi

Reputation: 21

The problem might be because you did not save the old request yet, just save it the duplicate

Upvotes: 2

Robert J Berger
Robert J Berger

Reputation: 998

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.

Duplicate Request’ not working

Upvotes: 23

Tal Angel
Tal Angel

Reputation: 1786

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.

Upvotes: 14

Related Questions