You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @emirozmen07, I tried the setup and the request works for me. Please see the screen shots below.
The var is interpolated during the execution and i'm getting the response as expected. If you're trying to console.log in the pre-request script, it would print out without the interpolation since it's before execution. Please let me know your thoughts.
I have checked the following:
Describe the bug
When I define a variable inside the collection settings and try to use it in the URL path it doesn't insert the defined variable in to the URL.
When I hover my mouse over the variable I can see that it defined but it still doesn't work.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The code below
console.log("req",req.url)
Prints the text below
req {{baseUrl}}/api/welcome
The text was updated successfully, but these errors were encountered: