microsoft/restler-fuzzer

Encountering the "Path parameters with nested object types are not supported" Error

saalim-mushtaq opened this issue · 1 comments

Description

In the search for an effective fuzzer solution for RESTful APIs, I evaluated RESTler.During my recent efforts to fuzz test our RESTful APIs using RESTler we encountered a significant limitation, RESTler's inability to handle nested object types in path parameters. This restriction arose while attempting to fuzz APIs defined using Swagger JSON (swagger.json), a widely used format for describing RESTful APIs. However, RESTler's current implementation does not support these nested object types in path parameters.

Hello @saalim-mushtaq,

Could you please share an example of the path parameter for which you need support?

Thank you,

Marina