diff Resources/Configuration.json @ 2800:dc7330089736

"OrthancPeers" configuration option now allows to specify HTTP headers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Aug 2018 13:11:48 +0200
parents 959bd8857eb5
children 8aa6aef11b70
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Aug 22 16:55:07 2018 +0200
+++ b/Resources/Configuration.json	Thu Aug 23 13:11:48 2018 +0200
@@ -210,14 +210,15 @@
 
     /**
      * This is another, more advanced format to define Orthanc
-     * peers. It notably allows to specify a HTTPS client certificate
-     * in the PEM format (as in the "--cert" option of curl), or to
-     * enable PKCS#11 authentication for smart cards.
+     * peers. It notably allows to specify HTTP headers, a HTTPS
+     * client certificate in the PEM format (as in the "--cert" option
+     * of curl), or to enable PKCS#11 authentication for smart cards.
      **/
     // "peer" : {
     //   "Url" : "http://127.0.0.1:8043/",
     //   "Username" : "alice",
     //   "Password" : "alicePassword",
+    //   "HttpHeaders" : { "Token" : "Hello world" },
     //   "CertificateFile" : "client.crt",
     //   "CertificateKeyFile" : "client.key",
     //   "CertificateKeyPassword" : "certpass",