Closed dthaler closed 4 years ago
Addressed in draft -07
Some responses to Hannes' comments:
Cache-Control
does not need to be sent (on requests or responses), because POST responses are uncacheable without both explicit freshness information and a Content-Location
header (ref).Content-Type
of the request can't be processed, the appropriate status code to use is 415 Unsupported Media Type
. Also, requiring a 406
rather than allowing the server to choose a default representation is stricter than HTTP and goes against common implementation practice; are you sure you want to do that?Cheers,
IETF 108 TEEP minutes say:
24 Use of HTTP header
Proposed adding text for codes Made change (with a qualification because second sentence of the proposed change was incompatible with 204 No Content return code) Text says the client uses Accept header but no normative language Hannes: Overkill in X-Content-Type, Content-Security-Policy with current SHOULD statements Proposed to keep SHOULD statements unless Mark Nottingham (as "owner" of BCP56bis) says we should make a change. "Still looks good to me"
Fixed in draft-08
Hannes wrote: