I'm trying to use JSCoverage to test my application.
Since this is a complex application and I will use selenium to run test automatically, so, I assumed that using jscoverage-server in proxy mode was a good choice (jscoverage-server.exe --proxy --verbose ).
But, when I try to open my URL I always got the following message:
"Could not read headers from server"

Does anyone has any idea?
VELO