CORS error (Route53 + Cloudfront CNAME + S3)
outline
CORS error is tricky and hard to solve completely.
CORS configuration for S3
Permission
CORS
AllowedOrigins
example
"AllowedOrigins": [
"*"
],
CORS configuration for CloudFront
Distributions
Behavior
R...