Skip to content Skip to sidebar Skip to footer

Trouble Downloading File From Browser On Android

I'm testing a website that's in development using my Galaxy S5. Our app exposes files on AWS S3 for download using signed urls. Download fails in the built-in browser and Chrome, b

Solution 1:

It looks like the problem was our bucket names contained underscores, which aren't valid in subdomains according to the spec. The Android download manager obeys the spec, while everyone else doesn't care.

https://issues.apache.org/jira/browse/CB-222

Post a Comment for "Trouble Downloading File From Browser On Android"