http urls need an extra encodeURI to work sense http automatically runs a decodeURI on the other end. Need to decodeURI for websockets upfront to match http requests. This will break all current sites so must be done at the same time as updating all current sites.
http urls need an extra encodeURI to work sense http automatically runs a decodeURI on the other end. Need to decodeURI for websockets upfront to match http requests. This will break all current sites so must be done at the same time as updating all current sites.