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
我是想 在 发出请求前, 加个 协议头 对 post的内容进行 签名, 但如果 post的是一个对象 beforerequest 事件里 获取到的还是一个对象。。 不是字符串或者说byte[] 无法签名,请问这个可以做到吗, 同样 服务端返回的时候也要做这个这样的校验
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我是想 在 发出请求前, 加个 协议头 对 post的内容进行 签名, 但如果 post的是一个对象 beforerequest 事件里 获取到的还是一个对象。。 不是字符串或者说byte[] 无法签名,请问这个可以做到吗, 同样 服务端返回的时候也要做这个这样的校验
The text was updated successfully, but these errors were encountered: