This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
ios safari下载进度总是0% #3
Comments
已找到问题: 这是因为在https下访问这个下载链接,xhr必须也要访问https的链接,否则就报错。于是改成访问https,因为对方没有证书,chrome只是警告,但safari就直接拒绝访问,所以僵住了。 |
解决方法有以下几种:
好吧,没有十全十美的方法。 |
已经贴了个临时补丁,当出现下载故障时呈现原始链接地址 |
demo站的解决方法是:换http,摒弃ssl,使用国外服务器并在api中使用国内代理 |
这个办法好呀,哈哈 |
奇怪了 dev 是可以的,不过pm2之后使用9000端口就出现 |
你好,生产部署的话使用apache或nginx将9000端口转发到与web端相同的端口的(一般是80) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
查看https://caniuse.com/#search=XMLHttpRequest 发现并没有什么不妥,不知道是什么原因
The text was updated successfully, but these errors were encountered: