Skip to content

Commit

Permalink
fix: typo in accept headers (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Aug 2, 2022
1 parent f05c12d commit ae897c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cornerstone/src/initWADOImageLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function initWADOImageLoader(
// For now we use image/jls and image/x-jls because some servers still use the old type
// http://dicom.nema.org/medical/dicom/current/output/html/part18.html
const xhrRequestHeaders = {
accept: 'multipart/related; type=application/octet-stream',
Accept: 'multipart/related; type=application/octet-stream',
// 'multipart/related; type="image/x-jls", multipart/related; type="image/jls"; transfer-syntax="1.2.840.10008.1.2.4.80", multipart/related; type="image/x-jls", multipart/related; type="application/octet-stream"; transfer-syntax=*',
};

Expand Down

0 comments on commit ae897c4

Please sign in to comment.