Bypassing header validation
I have made a script that can be used for exploiting CORS misconfiguration.
The script works fine but if I want to send an extra header to the request by
xhttp.setRequestHeader(“test_header”, “test_value”)
It first sends the… Continue reading Bypassing header validation