Unanswered question

Websockets/ WS Upgrades

When recording a test on a system that uses websockets, the test records fine with the exception of

1) SID : The SID is not replaced by default in the http requests. This needs to be manually extracted from the io= string in the cookie and each websocket request needs to be manually modified to include this new variable.
2) When playing back, I have traced this through to the server, and can see the socket upgrade occurring. I receive the upgrade response, but then the server fails with a "socket not upgraded" error. We are using socket.io. Is there a known issue or a way around this? In the log files, I see socket exceptions, so am not sure where to start troubleshooting.

Steven B.
Steven B.

Steven B.

Level
0
2 / 100
points

No answers