Websocket Binary Result

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

Here’s an outline with best practices for making your inquiry.

My question:
Is there any way to make postman display the websocket response in binary format (0,1)

Details (like screenshots):
Binary Response:

The same response in Hex Dump format:
image

How I found the problem:
I am not able to read the data and also online converter tools are not working for converting this reposne to human readable form.

I’ve already tried:
I am able to connect to a webscoket url and send a message and receive the response back as expected. But the issue is the response sent from the server is in binary format, but postman displays them in some incorrect format(not binary/unreadable).

Can anyone please reply on this.