CORS wont work on android 4.1.2

It works perfectly on 4.4+, but I cannot get it to work on older versions of android.

This can be tested directly from the android browser by trying to upload a file to Google/AWS without the need of installing a meteor application.

Error:
XMLHttpRequest cannot load http://bucket.storage.aws.net/. Origin http://meteor.local is not allowed by Access-Control-Allow-Origin.

Does anyone know a fix for this problem or if there will be any?
Thanks

1 Like