The line:
ws = new WebSocket(ws_url);
fails in firefox with:
ws_url="ws://example.duckdns.org:1234/ws/";
The websocket does open with the same code in chrome or if the ip address is substituded for the dynamic dns. I need the websocket to open with the duckdns.org dynamic dns in Firefox.
Any ideas on how to get this to work?