httpyac
httpyac copied to clipboard
How to generate a unique value for the variable that will persist between requests?
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 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}}