I have attached a sample saz file and the accompanying raw file that contains the websocket traffic.
Although the saz file displays perfectly fine in fillder, the websocket raw file doesn't how send data in plain text
e.g. this is one of the send data as seen in fiddler
42["connect_document",{"client":{"details":{"capabilities":{"interactive":true}},"mode":"write","permission":[],"scopes":[],"user":{"id":""}},"id":"1617988287414","mode":"write","tenantId":"tinylicious","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkb2N1bWVudElkIjoiMTYxNzk4ODI4NzQxNCIsInNjb3BlcyI6WyJkb2M6cmVhZCIsImRvYzp3cml0ZSIsInN1bW1hcnk6d3JpdGUiXSwidGVuYW50SWQiOiJ0aW55bGljaW91cyIsInVzZXIiOnsiaWQiOiIyNDVkYzQ0OC1hZWIwLTQzYWItOTdlOS1hNTFmNmU3ZWI0NjcifSwiaWF0IjoxNjE3OTg4MzI5LCJleHAiOjE2MTc5OTE5MjksInZlciI6IjEuMCJ9.fn5ip2QCfrcTPZs0VO57lyYuv_ZD28RONEYWPLQXq_w","versions":["^0.4.0","^0.3.0","^0.2.0","^0.1.0"]}]but if I see the _w file, there is no reference to this transfer. there is some binary data which might be this, but I don't know how to read it.
Update: The WebSocket support was significantly improved in the latest version of Fiddler Everywhere. New WebSocket inspectors are now available, and the WebSocket messages can be tracked live.
Amitdeyworld
I have attached a sample saz file and the accompanying raw file that contains the websocket traffic.
Although the saz file displays perfectly fine in fillder, the websocket raw file doesn't how send data in plain text
e.g. this is one of the send data as seen in fiddler
42["connect_document",{"client":{"details":{"capabilities":{"interactive":true}},"mode":"write","permission":[],"scopes":[],"user":{"id":""}},"id":"1617988287414","mode":"write","tenantId":"tinylicious","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkb2N1bWVudElkIjoiMTYxNzk4ODI4NzQxNCIsInNjb3BlcyI6WyJkb2M6cmVhZCIsImRvYzp3cml0ZSIsInN1bW1hcnk6d3JpdGUiXSwidGVuYW50SWQiOiJ0aW55bGljaW91cyIsInVzZXIiOnsiaWQiOiIyNDVkYzQ0OC1hZWIwLTQzYWItOTdlOS1hNTFmNmU3ZWI0NjcifSwiaWF0IjoxNjE3OTg4MzI5LCJleHAiOjE2MTc5OTE5MjksInZlciI6IjEuMCJ9.fn5ip2QCfrcTPZs0VO57lyYuv_ZD28RONEYWPLQXq_w","versions":["^0.4.0","^0.3.0","^0.2.0","^0.1.0"]}]
but if I see the _w file, there is no reference to this transfer. there is some binary data which might be this, but I don't know how to read it.