Dicom-web plugin not found

Hello, I have configured the DicomWeb Client plugin within the configuration file “dicomweb.json” with the following parameters:

root: “/dicom-web/”
servers: {“sample”: [http://localhost:8042/dicom-web/"]}

but when I access the url "http://localhost:8042/dicom-web I get the following error and I don’t know what can be…

{
	"HttpError" : "Not Found",
	"HttpStatus" : 404,
	"Message" : "Unknown resource",
	"Method" : "GET",
	"OrthancError" : "Unknown resource",
	"OrthancStatus" : 17,
	"Uri" : "/dicom-web"
}

Hello,

That’s the normal behavior.
What do you expect there?
Maybe this page: http://localhost:8042/dicom-web/app/client/index.html

HTH,

Hello,

The default base URL for DICOMweb requests is http://localhost:8042/dicom-web/studies, not http://localhost:8042/dicom-web. Have a look at the official documentation of DICOMweb (their cheatsheet is quite helpful).

Kind Regards,
Sébastien-