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
indicates a Vary:Accept-profile might be a necessary (SHOULD?) part of responses. Will need careful thought and testing about the case where a redirect to a static resource is supported.
The text was updated successfully, but these errors were encountered:
In my implementation I included the accept header when negotiating in the media type dimension, or the accept-profile header when negotiating in the profile one as indicated in the IETF document.
Also, while in the previous HTTP semantics RFC i.e. 7231, the section about the vary header was in the control data section, in the new one i.e. 9110 it is part of the content negotiation fields.
Apparently dumb caches may need some help..
https://stackoverflow.com/questions/1975416/what-is-the-function-of-the-vary-accept-http-header
indicates a Vary:Accept-profile might be a necessary (SHOULD?) part of responses. Will need careful thought and testing about the case where a redirect to a static resource is supported.
The text was updated successfully, but these errors were encountered: