curl -u orthanc:orthanc http://localhost:8042/dicom-web/studies -v
However, I'm not able to perform STOW-RS calls. If I try:
curl -X POST -H "Content-Type: application/dicom" -u orthanc:orthanc http://localhost:8042/dicom-web/studies myfile.dcm -v
.... I get: < HTTP/1.1 405 Method Not Allowed
The same happens if I try the same call in Postman.
Any idea what I could be missing here ?
Thanks,
Greetings,
Sorin