dicomweb-client icon indicating copy to clipboard operation
dicomweb-client copied to clipboard

searchForSeries fails with 406 error

Open xenonwellz opened this issue 1 year ago • 0 comments

https://server-url.com/v1/studies/{study_uid}/series

while hitting this endpoint, I get a 406 error. I noticed the accept headers Accept: application/dicom+json, multipart/related; type=application/octet-stream

but if i try to send the request with the following accept header Accept: application/dicom+json

PS: this endpoint is initiated with const client = new DICOMwebClient.api.DICOMwebClient({url}); client.searchForSeries.then()

xenonwellz avatar Jan 31 '24 19:01 xenonwellz