Validating XSS script with success response with expected data in REST API
I am performing security testing on a REST API and it is a POST method. I injected an XSS script in a body parameter and the API responded with ‘200 success’ response with the actual expected data.
If the response is ‘200 OK’ and response …