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

Workaround for dynamic object encoding bug #884

Closed marina-p closed 3 months ago

marina-p commented 3 months ago

See issue #882

For example, encoding for headers is not being handled correctly.

As a workaround, set "encode_dynamic_objects": false

to skip encoding.