Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEAD Fallback Mechanism to GET 0-0 #246

Open
robertvanloenhout opened this issue Sep 22, 2023 · 0 comments
Open

HEAD Fallback Mechanism to GET 0-0 #246

robertvanloenhout opened this issue Sep 22, 2023 · 0 comments

Comments

@robertvanloenhout
Copy link

Replayweb.page does a HEAD request when it opens a WACZ file. If the HEAD request fails it will do a GET request with range 0-, thus requesting all bytes.
We would like it to retry first with a GET request with range 0-0.
The reason for this is that we would like to enable caching on AWS CloudFront and have WACZ files larger than 30GB. A HEAD request and a GET request for all bytes for these files will fail, but a GET range request for some bytes will succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant