I am using jmeter plugin (WebSocket Samplers by Peter Doornbosch) for creating websocket requests manually.
Opening the connection to websocket
- I use "Websocket Open Connection" sampler.
- Fill all details (server,port,path)
The connection also requires sessionID.
I tried http header manager but it doesn't takes up the header while execution.
SO, is there a way to manually add websocket header to the (Websocket open connection) sampler?