|
|
|
AJAX - CORS from Cloudfront and S3
(refaelos.com)
|
|
1 points
by refaelos
4762 days ago
|
|
Just found out that when you want to allow CORS to an AJAX request for a resource from Cloudfront + S3, it’s not enough to just add the permissions on your S3 bucket. You also have to make a called to your resource using an additional parameter in your URL. |
|