有人对https比较熟的吗
我的https接口用postman能访问,但是小程序就访问不了
接口如下
https://www.rqcf.net/api/RiskManagementAPI/Getall?pageindex=1
用GET方法
请求代码如下:
wx.request({
url: 'https://www.rqcf.net/api/RiskManagementAPI/Getall?pageindex=1',
data: {},
method: 'GET',
header: {
'content-type': 'application/json',
},
success: function (res) {
console.log("res", res);
}
});
问题已经解决,服务器没有开443端口
你好,建议参考这个回答
wx.requset请求出错net::ERR_CONNECTION_RESET
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=2e345c3ecbf2d7133bae876c8340f5a4&highline=err_connection_reset
请排查网络情况,检查工具的代理设置是否正确。
你的域名被微信,屏蔽掉了吧!!换个域名就行!!