-
Notifications
You must be signed in to change notification settings - Fork 246
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
Option that tries to grab etag to check for new version instead of date #2221
Labels
Comments
Could you give me a real link that has an etag I can use to test with? |
ImranR98
added a commit
that referenced
this issue
Apr 5, 2025
Could try for example
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
If I try to use Direct APK link, every time I refresh it, it gives me new "version" (timestamp). Maybe it's possible to try to use etag instead if server supports it?
You could check it with curl like this:
curl -I 'https://example.com/app.apk'
It could return sometihng like this
Thanks!
The text was updated successfully, but these errors were encountered: