Unplanned
Last Updated: 11 Mar 2019 13:18 by ADMIN
Imported User
Created on: 30 May 2018 02:23
Type: Feature Request
7
Ability to send direct messages from existing web socket session
Currently by listening to FiddlerApplication.OnWebSocketMessage it's possible to modify the incoming & outgoing messages but it's not possible to send independent direct messages in or out.

Adding the ability to send direct messages will give more freedom on injecting custom messages in both directions, repeating server response messages etc.
Currently if you need to inject an outgoing message you need to wait for the client to generate a message and only then intercept, modify and forward it. Sometimes the client may wait longer times to respond and a direct message mechanism would be quite useful to generate quicker responses.

From: How to send a new web socket message instead of modifying an existing one?
 (https://groups.google.com/forum/#!topic/httpfiddler/CC5XxiWfpuI) Related to: Add properties to WebSocket object (https://fiddler.ideas.aha.io/ideas/FID-I-146)
2 comments
Eric
Posted on: 08 Mar 2019 19:04

This is basically duplicate of this active request: https://feedback.telerik.com/fiddler/1361580-websocket-playback-and-general-handling-improvements although it explains a little more fully, thanks. 

Below, "Art" says "support sending regular http/https request directly"- this has been supported for fifteen years, and is one reason that the inability to send websocket messages is so glaring. 

Art
Posted on: 06 Mar 2019 10:14
This should also support sending regular http/https requests directly to the server without using a client request, I've been looking for this feature for a long while.