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
We can persist somehow the ETag response header to send it as If-None-Match. Alternatively, we can send an If-Modified-Since.
With this approach we can get 304s for requests that didn't change their response, which means faster responses and fewer increments of the rate limiter.
The text was updated successfully, but these errors were encountered:
As described in the docs.
We can persist somehow the
ETag
response header to send it asIf-None-Match
. Alternatively, we can send anIf-Modified-Since
.With this approach we can get 304s for requests that didn't change their response, which means faster responses and fewer increments of the rate limiter.
The text was updated successfully, but these errors were encountered: