I'm trying to use Fiddler to proxy an application that uses both HTTP and web sockets. The web sockets are actually BLIP.
When the application runs, I see all the http traffic just fine in Fiddler, however I see no indication of the web sockets in Fiddler. In the application logs I can see the web sockets timing out. In this particular scenario the application waits for the data on the web sockets and no longer progresses as the data is required. This only happens when using a fiddler proxy.
Is there something special I need to do in order to get fiddler to proxy the web sockets? If there's a limitation, say due to not supporting BLIP, is there a way to configure fiddler to not proxy any web sockets but still proxy http?
TIA
When the application runs, I see all the http traffic just fine in Fiddler, however I see no indication of the web sockets in Fiddler. In the application logs I can see the web sockets timing out. In this particular scenario the application waits for the data on the web sockets and no longer progresses as the data is required. This only happens when using a fiddler proxy.
Is there something special I need to do in order to get fiddler to proxy the web sockets? If there's a limitation, say due to not supporting BLIP, is there a way to configure fiddler to not proxy any web sockets but still proxy http?
TIA