I’m trying to use Weasis with WADO for retriving the studies.
All working fine if the Orthanc server has no username and password activated.
dicomweb.json has a classic configuration
{
/**
The following options control the configuration of the Orthanc
plugin adding support of WADO and DICOMweb.
**/
“DicomWeb” : {
“Enable” : true, // Whether DICOMweb support is enabled
“EnableWado” : true, // Whether WADO-URI (aka. WADO) support is enabled
“Ssl” : false, // Whether HTTPS should be used for subsequent WADO-RS requests
“Root” : “/dicom-web/”, // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
“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