Endava / cats

CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.17k stars 74 forks source link

Add boundaries to multipart/form-data file upload #70

Closed sofotech closed 1 year ago

sofotech commented 1 year ago

In the headers it is possible to specify the header Content-Type: multipart/form-data;boundary=boundaryOfChoice, however, is it possible to add these boundaries to the payload when doing a file upload using --refData?

en-milie commented 1 year ago

Hi @sofotech. At the moment CATS only supports application/json and application/x-www-form-urlencoded endpoints.

en-milie commented 1 year ago

I will close this as not supported.