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
to have header considerations https://tools.ietf.org/html/rfc7231#section-8.3.1 in content-warning spec
which is the behavior of Content-Warning in case of no-content responses eg. HEAD?
if the "warning" attribute is part of the representation, is that supposed to be returned even by subsequent GET requests? How does this impact with caching? See Relationship with cache: are warnings returned in subsequent requests? #138
This header SHOULD/NOT be cached/used in CONNECTION / mentioned in Vary
Intermediaries MUST NOT modify its value. (7fb08fa)
The text was updated successfully, but these errors were encountered:
I've added a few things to address your points:
I'm still working on them, so for now this is just an FYI 😉
Sorry, something went wrong.
Moved the cache/representation parte in another issue, as I think that's complex.
I left a comment on the above commit: a419ba8#r39174548
No branches or pull requests
I expect
to have header considerations https://tools.ietf.org/html/rfc7231#section-8.3.1
in content-warning spec
Further questions
which is the behavior of Content-Warning in case of no-content responses eg. HEAD?
if the "warning" attribute is part of the representation, is that supposed to be returned even by subsequent GET requests? How does this impact with caching? See Relationship with cache: are warnings returned in subsequent requests? #138
This header SHOULD/NOT be cached/used in CONNECTION / mentioned in Vary
Intermediaries MUST NOT modify its value. (7fb08fa)
The text was updated successfully, but these errors were encountered: