获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
请参考https://developers.weixin.qq.com/community/develop/doc/000e8adb350100bb0c973cb9c51800?highLine=URL%2520not%2520well%2520format
小程序socket非常急!!!老是出现draft refuses handshakeNot Found 或者 url not well format 的错误,GET请求 url路径拼接了一个token , 基础库2.2.0 电脑和苹果手机都能使,只有试了5个安卓机不行 ,哪位朋友解决过求方法。。。万分感谢, 《小程序开发》
2018-10-25“url not well format” 是因为ws的url格式问题,例如我的是因为URL里有空格,然后我encodeURI一下,不报“url not well format”了,但是报另外一个错误,“draft refuses handshakebad request”,即拒绝握手, 最后只能把空格替换成其他符号,真的好坑啊
安卓机websocket连接失败,无法验证证书或not well format安卓手机,体验版小程序 websocket连接失败,error msg :“could not validate certificate: null”或者“url not well format”
2018-10-25