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
If we use a parameter in the content type header: Content-Type: application/vnd.api+json; version=2.9.18 then we don't have to worry about adding X-Drupal-ApiVersion to the Vary header to support cache variations (even then the support of Vary is not great).
The text was updated successfully, but these errors were encountered:
api_version/src/EventSubscriber/ResponseEventSubscriber.php
Line 26 in b28ba4b
If we use a parameter in the content type header:
Content-Type: application/vnd.api+json; version=2.9.18
then we don't have to worry about addingX-Drupal-ApiVersion
to theVary
header to support cache variations (even then the support ofVary
is not great).The text was updated successfully, but these errors were encountered: