web-view 中的src添加跳转链接到页面https被转成http?
<web-view src="https://www.xxx.com/xxx/main"></web-view>
页面中仅这一句话,开发工具和安卓手机都可以正常打开页面,苹果手机提示错误,
不支持打开 http://www.xxxxxx.xxxx,请在“小程序右上角更多->反馈与投诉”中和开发者反馈。
web-view业务域名配置了,项目中用到底授权转发都是https,nginx也配置SSL证书将http跳转成http,请问问题出在哪里?
参考我这个
https://developers.weixin.qq.com/community/develop/doc/000242a6ae8028916db08b8226b000?jumpto=reply&parent_commentid=000888305440087473b00994e610&commentid=000ee688bd8d50d6f8b070f2c614
web-view 中的src添加跳转链接到页面https被转成http
怎么解决这个问题的?
应该是你服务器那边没强制跳转https吧!
我现在也遇到这个问题了