Firefox无法在wss与服务器建立连接

问题描述 投票:0回答:1

我正在开发网络聊天,但在Firefox上出现错误。

Firefox无法在以下位置建立与服务器的连接 wss://directline.botframework.com/v3/directline/conversations

我在Chrome和Edge上进行了测试,效果很好,只有Firefox无法连接。我正在使用代理网络。

firefox websocket botframework direct-line-botframework
1个回答
0
投票

我通过使用javascript的初始websocket解决了该错误。

new WebSocket("wss://directline.botframework.com");
© www.soinside.com 2019 - 2024. All rights reserved.