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

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