-请问 小程序 wx.connectSocket 能直接发送http请求吗?我现在遇见一个问题,场景:我后台通过Spring Cloud 做的微服务,网关通过 Spring Cloud Gateway zuul 做的,有 WebSocketService 现在我通过
wx.connectSocket({
url: ‘ws://192.168.3.161:8023/websocket’
}) 可以调用 WebSocketService 服务,当时 通过 Spring Cloud Gateway 转发就不行,我在网上也找到一个解决方案(http://springcloud.cn/view/36),是html 通过 new SockJS 发送http 请求 做的 请问 wx.connectSocket 能发送http请求吗?如果没有 怎么解决,谢谢
官网的通知能帮忙回答下吗?
兄弟,我也遇到了跟你一样的问题,你是怎么解决的啊?求告知!!!
我也遇到了,请问解决了吗