We have a ton of requests and all of them have the same format. All of them contain environment variables but its a pain when you want to send the URL of a request to someone else because you have to manually replace all the variables with values from the selected environment.
Is there a way to easily copy the URL of a request with environment variables resolved based on the currently selected environment?
If you’re working in a Team Workspace, you could also share the environment to that workspace for them to use. They would have the environment file so the variables would be resolved when it’s active.
I dont have to send them the whole curl. I can just copy the resolved URL from there and send it to them. This works. I’d like a button for this in the textbox of the URL but this does work better than having to fabricate it manually.
It is already a shared workspace but they dont use postman.
Hi @hfhInventio , but wouldn’t it be better if we can just copy the url by right clicking on the text box?
Maybe adding an option of Copy with env variables ?