I am trying to record a web application using Jmeter. I am able to record the launch of home page but facing error while logging in. I can see this error in the Network tab of chrome Dev Tools.
Error during WebSocket handshake: Unexpected response code: 400
main.js?v=1579205232764:2 WebSocket connection to 'wss://<server-ip>/study-search?authorization=<token-value>' failed: Error during WebSocket handshake: Unexpected response code: 400
Can someone please help me out?
Thanks!