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.11k stars 75 forks source link

Feature Request: Additional HTTP Methods #58

Closed adrvencon closed 1 year ago

adrvencon commented 1 year ago

Has adding more HTTP methods been considered? This could be useful for further testing APIs that support other methods.

en-milie commented 1 year ago

Hi @adrianavcon. Can you please add more details about which HTTP methods would be useful? Currently it supports: POST, PUT, PATCH, GET (and HEAD) and DELETE.

adrvencon commented 1 year ago

Thank you for your response. I appreciate the current support for HTTP methods in the tool. Maybe methods like CONNECT and TRACE could be useful for testing APIs that implement them.

en-milie commented 1 year ago

CONNECT is not part of the OpenAPI specs and TRACE is mostly debugging. CATS tests also for TRACE not being available through the endpoints. I will close this.