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.
i.e. my PM request looks like this: http://{{host}}/my/service({{ref}})?p1={{p1}}
But I want to get the full URL:
http://my.server/my/service(foo)?p1=bar
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.
Any help appreciated.