-
Notifications
You must be signed in to change notification settings - Fork 34
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
CORS problem #11
Comments
I solved this by adding the following policy: { Granting access to Everyone on the permissions checkboxes didn't work. |
@rodrigoreis22 you are getting this error despite adding the cors file?
|
I added the CORS configuration on the Edit CORS policy button.. and I created a new row in permissions grating to "Everyone" permission to the bucket. But it didn't work. |
I can't seem to reproduce this, can I get a screenshot of the edit Cors Configuration, are you sure it was saved properly? Can you remove the policy you added and then simply add crossdomain.xml file in the root of the bucket? Put the following content in your crossdomain.xml in the root of your S3 bucket.
|
I did something different instead, more secure I think:
Security policy:
|
Hi,
I configured both permissions and CORS as oriented on the documentation.. but I still get the error:
"XMLHttpRequest cannot load https://[bucket name suppressed here].s3.amazonaws.com/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000' is therefore not allowed access."
Any ideas?
The text was updated successfully, but these errors were encountered: