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

Missing Accept header should match any header("Accept", "…") selector #38

Closed
orangy opened this issue Aug 23, 2016 · 1 comment
Closed
Assignees

Comments

@orangy
Copy link
Contributor

orangy commented Aug 23, 2016

From spec https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

If no Accept header field is present, then it is assumed that the client accepts all media types.

@aeronite
Copy link

aeronite commented Feb 1, 2018

Does this mean that by default in Ktor 0.9.1 an http Get request without an 'Accept' header will be handled successfully? My client apps get 406 responses and I can't see a way around this in the ktor server code

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

No branches or pull requests

3 participants