I’m using a URL with several variables, and would like to see the full URL that is sent to the server. The main point is for sharing with non-Postman users, such as copy/paste a working example to an email so someone else can just open it in their browser.
Yes I can copy/paste and manually fill in the variables, but that get a bit tedious after a while. So I was hoping for an ‘expanded URL’ link or something. This sounds like an obvious feature but I can’t find it in the app nor the forums.
If you didn’t want to keep going to the Postman Console, you could have a go with this? Add this template to the Tests tab and it should show the URL and give you a “copy to clipboard” button in the Visualizer.
Hi @danny-dainton
I was happy with the console bit, but this is really neat, thanks!
I am quite surprised this hasn’t been in PM to start with, seems like something obvious folks might want to do.
Just in case anyone is interested, I just found a third option:
Open the collection via the web rather than the app and you get the expanded URL and even a nice multi-language code template. So I can work in the app, and just refresh the page if I want the URLs for all my requests.