Secure: How to prevent test fail if the response is an error?
For a lot of my security tests the requests are being rejected by the API, but because the XSS string is contained in an error message it counts as a failed test in the response comparison Is the...