gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use If-none-match instead of etag


From: gnunet
Subject: [taler-docs] branch master updated: use If-none-match instead of etag
Date: Thu, 05 Dec 2019 21:46:58 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 69a282f  use If-none-match instead of etag
69a282f is described below

commit 69a282f6997d2dc230a28543b707e3ceecfa6a05
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 5 21:46:56 2019 +0100

    use If-none-match instead of etag
---
 core/api-sync.rst | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst
index 50cde65..5241507 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -212,15 +212,13 @@ Receiving Terms of Service
   for example due to concurrent activities from other accounts on the
   same account!
 
-  The request must also include an "Sync-Signature" signing
+  The request MUST also include an "Sync-Signature" signing
   the "If-Match" SHA-512 value and the SHA-512 hash of the body with
   the account private key.
 
-  Finally, the SHA-512 hash of the body must also be given in an
-  "Etag" header of the request (so that the signature can be verified
-  before the upload is allowed to proceed).  We note that the use
-  of "ETag" in HTTP requests is non-standard, but in this case
-  logical.
+  Finally, the SHA-512 hash of the body MUST also be given in an
+  "If-None-Match" header of the request (so that the signature can be verified
+  before the upload is allowed to proceed).
 
   The uploaded body must have at least 32 bytes of payload (see
   suggested upload format beginning with an ephemeral key).

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]