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
How can I generate a unique value for the variable foo that will persist between requests? For example, I want to send @foo and have foo persist value for each request. Is it possible to generate a unique value for a global variable or for each session?
@bar={{$uuid}}
###
@foo=foo{{bar}}
###
GET https://httpbin.org/anything?foo={{foo}}
###
GET https://httpbin.org/anything?foo={{foo}}
The text was updated successfully, but these errors were encountered:
Hello,
How can I generate a unique value for the variable
foo
that will persist between requests? For example, I want to send@foo
and havefoo
persist value for each request. Is it possible to generate a unique value for a global variable or for each session?The text was updated successfully, but these errors were encountered: