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
currently thinking that advice to publishers is to vary URL only when content varies, and vary token portion per user. That way, client can make If-None-Match: requests in sequence for a given URL but with varying tokens to ensure tokens are still valid without having to parse each of the responses.
The text was updated successfully, but these errors were encountered:
This will help to scale the entire ecosystem, instead of treating each token-access URL as a unique feed on the basis that it might contain personalised content.
currently thinking that advice to publishers is to vary URL only when content varies, and vary token portion per user. That way, client can make If-None-Match: requests in sequence for a given URL but with varying tokens to ensure tokens are still valid without having to parse each of the responses.
The text was updated successfully, but these errors were encountered: