Skip to content

Instantly share code, notes, and snippets.

@Overload119
Created September 30, 2019 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Overload119/985ed67f775c6213a87c9d5a8f122878 to your computer and use it in GitHub Desktop.
Save Overload119/985ed67f775c6213a87c9d5a8f122878 to your computer and use it in GitHub Desktop.
<CORSConfiguration>
<CORSRule>
<AllowedOrigin>http://localhost:3000</AllowedOrigin>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment