How should a web server handle APK file downloads with Content-Type and Content-Disposition? (stackoverflow.com)stack
29 points by Emily Anna in stackoverflow.com · 21m ago · stack
I am working on a website that provides Android APK files for download. I am trying to make the download behavior consistent across different browsers and devices. At the moment, some browsers download the APK correctly, while others may try to open the file or handle it differe…