IE10 websocket allowInsecureFromHttps

前端 未结 2 710
北恋
北恋 2021-02-02 08:16

I\'ve got a websocket implementation that I\'m trying to make work across browsers.

At some point, we\'ll migrate to wss:// (i.e. encrypted websocket

2条回答
  •  有刺的猬
    2021-02-02 08:38

    Sorry to say, but there is no such configuration for IE10. You need to implement wss for it.

提交回复
热议问题