We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e0a6 commit fe1dc22Copy full SHA for fe1dc22
examples/client-upload/Readme.md
@@ -9,4 +9,5 @@ DEMO 使用 `sdkimg` 空间进行演示, 上传成功后, 访问路径为 `http:
9
- `cd examples/client-upload`
10
- `php -S localhost:9000`
11
12
-打开浏览器访问 `http://localhost:9000`, 选则文件上传即可.
+打开浏览器访问 `http://localhost:9000`, 选则文件上传即可.
13
+示例中使用 body 签名,避免 header 签名存在跨域失败的情况,因为 `Access-Control-Allow-Headers: *` 兼容性不好,是刚设定的协议[标准](https://github.com/whatwg/fetch)
0 commit comments