Connection is failing with mediasoup server in Websocket sampler

Issue #195 closed
Umang Supekar created an issue

Hi Peter,

The application which I am working upon to load test with Jmeter, is integrated with mediasoup server via websockets. This websocket requests consists of PeerID and RoomID in a request query as a part of URL, also the header it uses is “Sec-websocket-protocol : protoo”. I have tried to use the web socket plugin created by you to open a new connection but in response I always got “ 403 Forbidden error”. Please confirm if this issue is related with compatibility between Plugin and application or something else and what would be the possible solutions. Thanks in advance.

Comments (5)

  1. Peter Doornbosch repo owner

    Did you try to add the Sec-websocket-protocol header with  standard JMeter Http Header Manager?

  2. Umang Supekar reporter

    Yes I have added this in Header Manager somehow it was not passing with the request earlier but now it is passing and working as expected. Thanks.

  3. Log in to comment