Skip to content

Instantly share code, notes, and snippets.

@jsoma
Created September 4, 2020 21:08
Show Gist options
  • Save jsoma/ed9eb3d0d42ea7db0f0b748a12d30951 to your computer and use it in GitHub Desktop.
Save jsoma/ed9eb3d0d42ea7db0f0b748a12d30951 to your computer and use it in GitHub Desktop.
CORS public access
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
</CORSRule>
</CORSConfiguration>
@codeyourwayup
Copy link

To allow GET from anywhere
image

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