我从服务器获取 ipv6 地址。然后我正在为 websocket 创建 url。我的网址看起来像
ws://[xxxx:xxxx:xxxx:xxxx::xxxx:xxxx]:(十进制端口)
其中 x(0-f in hexadecimal) 此网址在 chrome 和 firefox 中运行良好。但是在 ie 10 中它给出了语法错误。任何人都可以告诉:-
- -Ipv6 支持 ie -10
- - 如果它支持支持 ipv6 需要做的额外工作
我从服务器获取 ipv6 地址。然后我正在为 websocket 创建 url。我的网址看起来像
ws://[xxxx:xxxx:xxxx:xxxx::xxxx:xxxx]:(十进制端口)
其中 x(0-f in hexadecimal) 此网址在 chrome 和 firefox 中运行良好。但是在 ie 10 中它给出了语法错误。任何人都可以告诉:-
这个问题可以通过使用“UNC 路径名中的文字 IPv6 地址”来解决。 http://en.wikipedia.org/wiki/IPv6_address