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.59k stars 296 forks source link

Fix #626 - missing Content-Type in examples #634

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

The special case parameter type that was added in order to allow fuzzing the content type was missed in example schema parsing in the engine. This change adds it to all of the examples when generating the request grammar.