We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current media type in the Accept header is: multipart/related; type=application/octet-stream; transfer-syntax=*
It seems that it should be: multipart/related; type="application/octet-stream"; transfer-syntax=*
With a Spring Boot backend, by default, all frames request are not valid (406)
The text was updated successfully, but these errors were encountered:
we should make it configurable, can you create a PR for us? i think OHIF has this logic https://github.com/OHIF/Viewers/blob/1456a493d66c90c787b022256c9f2846afb115fc/platform/core/src/utils/generateAcceptHeader.ts
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What feature or change would you like to see made?
The current media type in the Accept header is:
multipart/related; type=application/octet-stream; transfer-syntax=*
It seems that it should be:
multipart/related; type="application/octet-stream"; transfer-syntax=*
Why should we prioritize this feature?
With a Spring Boot backend, by default, all frames request are not valid (406)
The text was updated successfully, but these errors were encountered: