Skip to content

Instantly share code, notes, and snippets.

@ozkanozcan
Created February 14, 2024 19:57
Show Gist options
  • Save ozkanozcan/3eeae84bf0961edeffe083740d9c6dcc to your computer and use it in GitHub Desktop.
Save ozkanozcan/3eeae84bf0961edeffe083740d9c6dcc to your computer and use it in GitHub Desktop.
Amazon CORS json sample
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD",
"PUT",
"POST",
"DELETE"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment