I have to carry out few tests using Web-socket via Jmeter, i found the jar files (ApacheJmeter_websocket-dist-0.1.0-SNAPSHOT.jar
) in stackoverflow (WebSocket plugin for Jmeter).
When i send a request to any valid website (eg: echo.websocket.org) then i get java.net.Protocol Exception: Bad response status 400 Bad Request
or java.net.Protocol Exception: Bad response status 404 Not Found
.
Am i missing anything?