support for ws:// uri addresses in websocket dat

for network address on a websocket dat, the following does not work:
ws://server/folder/service.ashx

but this does:
server/folder/service.ashx

Commonly, the ws:// prefix is used for web applications due to browser restrictions, so being able to use this common format would make life simpler when setting up with existing systems.

I’ve add this to our list of RFEs. Cheers