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
The tests show that support for invalidation on Location and Content-Location is really poor. In my experience, developers don't count on this, and in some case it's counter-productive (because a POST response might want the client to use a cached resource, rather than invalidate).
Should we drop the requirement to invalidate these URLs?
The text was updated successfully, but these errors were encountered:
The tests show that support for invalidation on
Location
andContent-Location
is really poor. In my experience, developers don't count on this, and in some case it's counter-productive (because aPOST
response might want the client to use a cached resource, rather than invalidate).Should we drop the requirement to invalidate these URLs?
The text was updated successfully, but these errors were encountered: