As per latest stable JMeter version 5.4.1 <http://www.jmeter-archive.org/ANNOUNCE-Apache-JMeter-5-4-1-released-td5739226.html> JMeter's HTTP(S) Test Script Recorder <https://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder> is only capable of recording HTTP or HTTPS traffic (as it evidenced by its name)
WebSockets <https://developer.mozilla.org/en-US/docs/Web/API/WebSocket> is a different beast which cannot be either recorder by JMeter or replayer using any of Samplers so if you need to mimic websocket traffic you will need to use a plugin like WebSocket Samplers <https://www.blazemeter.com/blog/jmeter-websocket-samplers-a-practical-guide> The request payload can be captured using your browser developer tools <https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools> or external 3rd party sniffer tool like Fiddler <https://www.telerik.com/fiddler> or Wireshark <https://www.wireshark.org/> . -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
