make comment match code
[monkeysphere-validation-agent.git] / README
diff --git a/README b/README
index dca38362a3158c69997742b81d6b7d35d4701eb0..e85b1c1a91d01368aae103efd2bd57b0b28c0b9d 100644 (file)
--- a/README
+++ b/README
@@ -9,15 +9,18 @@ real-world entities that humans actually care about.
 In its current technical conception, is a minimal HTTP server that
 accepts two requests:
 
-POST /reviewcert (vars: UID, context, PKC)
+POST /reviewcert (vars: uid, context, pkc)
 POST /extracerts (vars: certificates)
 
+the variables that are posted are posted in a JSON string (*not* as www-form-encoded).
+
+the variables that are returned are application/json as well.
+
 (PKC means: public key carrier: raw key, OpenPGP cert, or X.509 cert)
 (UID means: User ID (like in OpenPGP))
 (context means: (this is too vague right now) something like "this certificate was used to try to identify an HTTPS server")
 
 
-
 Authors: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
          Matthew James Goins
          Jameson Rollins