Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate a unique value for the variable that will persist between requests? #775

Open
Mirodil opened this issue Aug 28, 2024 · 0 comments

Comments

@Mirodil
Copy link

Mirodil commented Aug 28, 2024

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}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant