IPv6 address giveing syntax error in internet explorer-10 websocket

假装没事ソ 提交于 2019-12-04 03:48:20

问题


I am getting ipv6 address from server . Then i am creating url for websocket. my url looks like

ws://[xxxx:xxxx:xxxx:xxxx::xxxx:xxxx]:(port in decimal)

where x(0-f in hexadecimal) this url is working fine in chrome and firefox . but in ie 10 it give syntax error .can anyone tell:-

  1. -Ipv6 is supporting in ie -10
  2. -if it is supporting what extra have to be done for supporting ipv6

回答1:


This problem can be solved by using "Literal IPv6 addresses in UNC path names" . http://en.wikipedia.org/wiki/IPv6_address



来源:https://stackoverflow.com/questions/15157910/ipv6-address-giveing-syntax-error-in-internet-explorer-10-websocket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!