Skip to content

Instantly share code, notes, and snippets.

@tmilewski
Created May 10, 2013 05:29
Show Gist options
  • Star 59 You must be signed in to star a gist
  • Fork 26 You must be signed in to fork a gist
  • Save tmilewski/bfaebc876cc116623e86 to your computer and use it in GitHub Desktop.
Save tmilewski/bfaebc876cc116623e86 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>http://www.your-site.com</AllowedOrigin>
<AllowedOrigin>https://www.your-site.com</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>HEAD</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
</CORSRule>
</CORSConfiguration>
@dtheekshanalinux
Copy link

@guglielmo it's still not working.Do you have another suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment