Randomized data in HTTP requests #857
-
Hello, and thank you for providing such a useful tool! It has been working perfectly for me when I need to monitor a service using HTTP requests predefined in my |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Unfortunately this is currently unsupported, but it sounds really interesting to me. Can you give me an example use case? Is it like |
Beta Was this translation helpful? Give feedback.
-
Thank you for your prompt response! I appreciate your interest in exploring this feature further. I have a few scenarios in mind where it can be helpful. For instance, randomized keywords could help simulate user searches, like |
Beta Was this translation helpful? Give feedback.
-
@AnandChowdhary Could you possibly have a workaround in mind? |
Beta Was this translation helpful? Give feedback.
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 …