-
Notifications
You must be signed in to change notification settings - Fork 44
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
415 and Accept #48
Comments
Allowing Whether we want to make this in scope of http11ter we'll need to discuss... |
Opened #119 to discuss inclusion of RFC 7694. If we decide not to do this, should we update 7694 instead? |
@reschke I think you mean "Accept" above, not "Allow", correct? |
Right. |
Discussed in Montreal; some support for doing this, but take it to the list. |
@martinthomson - what was the outcome on the ACME side? |
I think that they avoided it:
With no mention of Accept. I don't know what Boulder does, but can probably find out if absolutely necessary. |
@martinthomson - that would be great. |
In Boulder, if a POST doesn't have |
I don't understand the initial issue here fully but it would be nice If HTTP would have something to indicate in a response which response payloads it provides, e.g. using And what also would be nice is if the resource could also inform the client which media types it supports in the request (as JSON has no forms to include this information and HTML only allows forms with |
Discussed in Basel; ACME apparently doesn't need this any more. Waiting on resolution of #119. |
@reschke do you wan to take this one? |
I can give it a try. |
Allow "Accept" in response messages (#48)
This came up in ACME where they wanted to use 415 and Accept.
RFC 7694 implies this is OK, and makes two observations:
RFC 7694 failed to explicitly allow Accept with 415, though it naturally follows.
We might consider rolling 7694 into any update given its tiny size, and then fix this in the process.
The text was updated successfully, but these errors were encountered: