Hi everyone,
After hours of using the Progress Telerik Fiddler Classic, i'm blocked. I'm trying to intercept a web socket secure (WSS) over TLS, that's why I'm using the HTTPS MITM Proxy.
I have registred all the SSL Root certificates and everything is working. But when I show the Web socket inspector, I couldn't translate the binary to human readable text. After some researchs, it seems that I need to decode the payload ?
Does FiddlerClassic permit to translate the binary of a web socket frame to the text human readable ?
Here a screenshot:
Big thanks in advance for all your help. Have a nice end of day,
Respectfully
Currently, I'm doing the same thing, I'm trying to decode the binary messages that are being sent and received to/from the server.
I checked Nick Iliev answer, but unfortunately the URL isn't working anymore.
Have you succeeded in decoding those messages?
**Edit**: I'm trying to do this 4 days ago, and still stuck here.
Hey Clement,
The WebSocket messages don't have to be in human-readable form, and some developers are adding a layer of encryption to prevent decryption. That technique is often observed in chat implementations. If you could, post a link with the WS connection you are capturing so we can look at the case and test it on our side.