-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I'm using Benchmark suite to test an XSS vulnerability detector.
In ajax tests (e.g. BenchmarkTest00036, BenchmarkTest00541 ...) I have found an issue. The ajax request is not setting the 'Content-Type' header, so XMLHttpRequest uses the default value 'text/plain;charset=UTF-8' instead of 'application/x-www-form-urlencoded', which is not valid to parse the parameters from the server side, and the response is always empty. Is this an actual bug or just an extra issue to bypass?
Metadata
Metadata
Assignees
Labels
No labels