Skip to content
New issue

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

签名生成的规则错了,大TM的大个坑! #6

Open
ooking opened this issue Dec 12, 2019 · 0 comments
Open

签名生成的规则错了,大TM的大个坑! #6

ooking opened this issue Dec 12, 2019 · 0 comments

Comments

@ooking
Copy link

ooking commented Dec 12, 2019

Base64 (HMAC-SHA1 (md5_password, data)
应该是
Base64 (HMAC-SHA1 (data, md5_password)
Server 端的示例也是错的!让我浪费了不少时间调试

建议大家看官网文档
http://docs.upyun.com/api/authorization/#http-body

@ooking ooking changed the title 签名生成的规则错了,大TM的大个坑 签名生成的规则错了,大TM的大个坑! Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant