Problem
When you duplicate a single Request in a Collection, the Request duplicates with the URL intact.
However, when you duplicate more than one Request, the resulting Requests does not retain the URL.
Example:
Timestamps:
0:02 - Testing example requests
0:12 - Duplicating a single Request
0:25 - Duplicating multiple Requests (Actual problem is demonstrated here)
Expected result
When duplicating Requests, URLs should be retained.