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

Troubleshooting Discrepancy in HTTP Status Code Responses: CATS Tool GET Method Issue #91

Closed 35396709 closed 7 months ago

35396709 commented 9 months ago

Hi, While using the CATS tool, I received a 400 status code when using the GET method. However, when I sent the same message using the cURL command provided in the test report, the server responded normally to this GET request. How can I determine where the problem lies?

en-milie commented 8 months ago

Hi @35396709. Thank you for reporting this. What happens when you replay the test using CATS: cats replay TestXXX (or java -jar cats.jar replay TestXXX)?

en-milie commented 7 months ago

Hi @35396709. Please re-open it when you are able to provide more information. I'm closing this for now.