I am using the following version
Progress Telerik Fiddler Classic v5.0.20253.3311 for .NET 4.6.2
When capturing WebSocket communication with a URL of "ws://10.133.37.150:9999/", the request line in the Inspectors' Headers view is correct as follows:
"GET ws://10.133.37.150:9999/ HTTP/1.1"
However, the URL column in the left pane says "ws://10.133.37.150:9999/", but the correct value is "/".
Also, the Inspectors' Raw tab says
"GET http://10.133.37.150:9999ws://10.133.37.150:9999/ HTTP/1.1", but the correct value is
"GET ws://10.133.37.150:9999/ HTTP/1.1".
I think this is a bug