XMLHttpRequest To Amazon S3 Fails Only On Some Computers
Our web app is an uploader the pushes directly to Amazon S3. It has never failed testing, however, now that a client has the software they are experiencing a 50/50 success rate per
Solution 1:
Good news! We sorted this out by adding https:// to the app URL. This doesn't 100% solve our current problem, but it allows us to program a more graceful fallback.
Post a Comment for "XMLHttpRequest To Amazon S3 Fails Only On Some Computers"