Skip to content
New issue

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

[Feature Request] Change media type #1503

Open
Saveriu opened this issue Oct 16, 2024 · 1 comment · May be fixed by #1504
Open

[Feature Request] Change media type #1503

Saveriu opened this issue Oct 16, 2024 · 1 comment · May be fixed by #1504

Comments

@Saveriu
Copy link

Saveriu commented Oct 16, 2024

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)

@Saveriu Saveriu linked a pull request Oct 17, 2024 that will close this issue
@sedghi
Copy link
Member

sedghi commented Oct 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants