Skip to content

Randomized data in HTTP requests #857

Discussion options

You must be logged in to vote

Sorry for the delayed response! Unfortunately, nothing off the top of my head except for having a different scheduled workflow that updates your GitHub repository secrets and then using an environment variable as the URL with the randomized data, but I think it's better if we work on officially supporting it with some default variables, like you suggested random number, string, UUID, current timestamp, etc.

For example, the easiest would be to set it up so that any URL with a certain variable will add this data, like if you enter https://example.com/?ts=$DYNAMIC_RANDOM_NUMBER, we'll change it to https://example.com/?ts=42789289181.

Happy to accept a PR! You just have to add this support in

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@AnandChowdhary
Comment options

Answer selected by AnandChowdhary
@artemmukhin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants