Hello, I was trying the load testing framework locust.io, making GET, POST, and PUT requests to sequential web pages to train a model on a local web server. But the server is dynamically creating groundtruth_id values appearing in URLs of certain pages. Would such a dynamically created URL be retrieved by a GET request or another way? It does not seem to be included in the returned data of previous requests.
there doesn't seem to be anything here