# HG changeset patch # User Sebastien Jodogne # Date 1557482500 -7200 # Node ID 57ecb27d1851382171224075d8a8d2b312c66336 # Parent 715516a29d1db0666a6d105fbf23aa7552548da7 note diff -r 715516a29d1d -r 57ecb27d1851 Sphinx/source/plugins/dicomweb.rst --- 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 ^^^^^^^^^^^^^^^^^^^^^^