Mercurial > hg > orthanc-book
changeset 243:57ecb27d1851
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 10 May 2019 12:01:40 +0200 |
parents | 715516a29d1d |
children | 26b0d7ece4af |
files | Sphinx/source/plugins/dicomweb.rst |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst Thu May 02 08:14:12 2019 +0200 +++ b/Sphinx/source/plugins/dicomweb.rst Fri May 10 12:01:40 2019 +0200 @@ -111,14 +111,20 @@ "Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS) "EnableWado" : true, // Whether WADO-URI (previously known as WADO) support is enabled "WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API - "Host" : "localhost", // Hard-codes the name of the host for subsequent WADO-RS requests "Ssl" : false, // Whether HTTPS should be used for subsequent WADO-RS requests "StowMaxInstances" : 10, // For STOW-RS client, the maximum number of instances in one single HTTP query (0 = no limit) "StowMaxSize" : 10, // For STOW-RS client, the maximum size of the body in one single HTTP query (in MB, 0 = no limit) - "QidoCaseSensitive" : true // For QIDO-RS server, whether search is case sensitive (since release 0.5) + "QidoCaseSensitive" : true, // For QIDO-RS server, whether search is case sensitive (since release 0.5) + "Host" : "localhost" // Hard-codes the name of the host for subsequent WADO-RS requests (deprecated) } } +**Remark:** The option ``Host`` is deprecated. Starting with release +0.7 of the DICOMweb plugin, its value are computed from the standard +HTTP headers ``Forwarded`` and ``Host``, as provided by the HTTP +clients. + + Client-related options ^^^^^^^^^^^^^^^^^^^^^^