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
In BinaryFilesResponse.php's "prepare" method, the partial response is created only if no "If-Range" request header found, or if it matches the response's ETag.
Default behavior of this response is to not send ETag header, but Last-Modified, so we have no browser cache.
As per the spec, "If-Range" request header value may also be compared with the response's Last-Modified time.
And that would be usefull :-)