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

Enable traceDB-based replay without the request text #876

Closed marina-p closed 3 months ago

marina-p commented 3 months ago

For use cases when a trace database is saved and re-played, this change allows using only replay blocks without the rendered requests. This is being added for scenarios where only replay blocks are saved during custom serialization.

The rendered requests continue to be logged by default, since they are useful for debugging.

Testing: