We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro/packages/taro-h5/src/api/network/upload.ts
Line 23 in 21e4fec
由于h5 API,upLoadFile,写死携带Cookies(xhr.withCredentials = true)了。通配符跨域场景下,浏览器不允许携带Cookie,导致上传失败。希望后续更新修复这个问题,将withCredentials作为upLoadFile可选参数
The text was updated successfully, but these errors were encountered:
您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。
维护开源项目是一项非常辛苦的工作,还请多多包涵。 了解为什么这么严格?
Sorry, something went wrong.
No branches or pull requests
taro/packages/taro-h5/src/api/network/upload.ts
Line 23 in 21e4fec
由于h5 API,upLoadFile,写死携带Cookies(xhr.withCredentials = true)了。通配符跨域场景下,浏览器不允许携带Cookie,导致上传失败。希望后续更新修复这个问题,将withCredentials作为upLoadFile可选参数
The text was updated successfully, but these errors were encountered: