XSS not exploitable when POST data is sent in JSON?
There is a reflected XSS flaw in an application I am testing. Initially, the payload is sent in POST request as value of a JSON key and the response is also a JSON object. The returned value in the JSON object is directly used by client si… Continue reading XSS not exploitable when POST data is sent in JSON?