Skip to content

Instantly share code, notes, and snippets.

@brydavis
Created May 9, 2019 04:05
Show Gist options
  • Save brydavis/13b42800a064570c11a1192e30aa8fd5 to your computer and use it in GitHub Desktop.
Save brydavis/13b42800a064570c11a1192e30aa8fd5 to your computer and use it in GitHub Desktop.
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>http://www.example.com</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment