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
I have a doubt about § C.3. (All headers test)
The signing string is specified as this:
(request-target): post /foo?param=value&pet=dog host: example.com date: Sun, 05 Jan 2014 21:31:40 GMT content-type: application/json digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE= content-length: 18
Aren't pseudo-headers (created) and (expires) missing? If yes, I guess the signature value should be fixed as well.
The text was updated successfully, but these errors were encountered:
Fix w3c-ccg#68: missing lines in signature string.
5a1c75c
Add missing virtual headers in signature string: `(created) (expires)`.
Successfully merging a pull request may close this issue.
I have a doubt about § C.3. (All headers test)
The signing string is specified as this:
(request-target): post /foo?param=value&pet=dog
host: example.com
date: Sun, 05 Jan 2014 21:31:40 GMT
content-type: application/json
digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=
content-length: 18
Aren't pseudo-headers (created) and (expires) missing? If yes, I guess the signature value should be fixed as well.
The text was updated successfully, but these errors were encountered: