You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the response is negotiated based on the Accept headers the Vary header is not set.
There is a comment in g07 about setting Vary but I don't think you'd set Vary for that specific use case. As a general rule you want to append any request header that is examined and results in a logic branch that affects the response.
The text was updated successfully, but these errors were encountered:
When the response is negotiated based on the Accept headers the
Vary
header is not set.There is a comment in
g07
about settingVary
but I don't think you'd setVary
for that specific use case. As a general rule you want to append any request header that is examined and results in a logic branch that affects the response.The text was updated successfully, but these errors were encountered: