microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

[Feature Request] provide setting to generate unique header for every request #815

Closed marina-p closed 2 months ago

marina-p commented 9 months ago

💡 Idea

In order to facilitate debugging RESTler issues, it would be helpful if each request could be identified by a unique header. For example, some services set a correlation_id for each request.

Currently, it is already possible to generate such headers with custom value generators, but RESTler should provide an easy, on-by-default, setting to enable this.

Design Notes

No response

marina-p commented 2 months ago

Closed with #839 Enable generating unique sequence IDs