I have a websocket server running , when using chrome on port 80 there is no problem but when i use Internet explorer 11 or Edge i get an error developed by the b4j ws script in regard to the WS Full path.
b4j_ws = new WebSocket(fullpath); Syntax Error
When i add a port number different then 80 Internet Explorer works fine.
How can i solve this?
b4j_ws = new WebSocket(fullpath); Syntax Error
When i add a port number different then 80 Internet Explorer works fine.
How can i solve this?