Closed jautor closed 6 months ago
Unfortunately this will take a bit of work since the tool is assuming valid JSON is returned on 200 OK responses. It's using the built-in json
method to automatically extract the response contents almost everywhere.
Wrapping the entire tool to catch the exception will also lose context in terms of which URI is the offending one.
Testing an implementation which has a bug that produces an invalid JSON payload, the tool crashes due with JSONDecodeError. This makes it difficult to debug since the traceback doesn't provide the URI. Tool should check/catch basic JSON decode faults and display an output that includes the URI of the faulty payload.