How to see the url that is being request if variable use as a base_url?

When i use variable as a base_url i cannot see what is the full url is being made in POSTMAN using variable

i want to see the url preview just like in insomina
image

Two ways at the top of my head:

  1. You can hover over the variable in the URL bar and a tooltip will instantly show it’s value.
  2. Keep Postman Console open in parallel while sending requests and you’ll see the entire request that’s being sent out.
2 Likes