Skip to content

Commit

Permalink
Add colon after (request-target) (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeiichiHirobe committed Jun 8, 2021
1 parent 868bf82 commit e7a8a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_signing.md
Expand Up @@ -148,7 +148,7 @@ The authorization header and signature would be generated as:
The client would compose the signing string as (`+ "\n"` inserted for
readability):

(request-target) post /foo + "\n"
(request-target): post /foo + "\n"
date: Tue, 07 Jun 2011 20:51:35 GMT + "\n"
content-type: application/json + "\n"
digest: SHA-256=Base64(SHA256(Body))
Expand Down

0 comments on commit e7a8a00

Please sign in to comment.